I have the template and it shows up when typing the domain. Where do I edit this? All I see is images and a .css file. I am assuming I need to create an index file to edit but how do I get it the .css file to read it? Sorry for the noob question! Thanks!
To link a page to a CSS file you add this to the <head> of your page: <link rel="stylesheet" href="style.css" type="text/css"> Code (markup): Where style.css is the name of your stylesheet.