I just made a new site with this wordpress theme
WordPress › simpleX Free WordPress Themes
Using Firefox's firebug plugin on my site, I was able to preview edit the page so that the header is taller and has my custom image instead of the title. I changed the CSS rules for
<div id="headerimg">
to make the header taller, and edited the HTML of the <h1> tag inside it to make it an image instead of words. Now I just need to figure out how to actually make these changes to the theme. To change the CSS I'm guessing I can just edit the style.css that's in my website's directory, but I don't know how to change the HTML so the image will show up instead of the default title.
WordPress › simpleX Free WordPress Themes
Using Firefox's firebug plugin on my site, I was able to preview edit the page so that the header is taller and has my custom image instead of the title. I changed the CSS rules for
<div id="headerimg">
to make the header taller, and edited the HTML of the <h1> tag inside it to make it an image instead of words. Now I just need to figure out how to actually make these changes to the theme. To change the CSS I'm guessing I can just edit the style.css that's in my website's directory, but I don't know how to change the HTML so the image will show up instead of the default title.