Hi all, I am looking to change the image header in my wordpress blog... see signature for link. Several people on DP have told me that I'll need to change some of the css, but sadly, I do not have much knowledge of this. Can someone help me change my header and walk me through it? If not, do you know of a site I can use as a reference? Thanks so much.. I'm dying to get it changed. Heather
Just go in and look at your CSS file withing the theme editor in WordPress. It's probably just a background image that you could easily change. The easiest way to do it would be to find the image in your WP install, copy it to your local machine, change it and resave it that same name and upload it back to the server. Then you don't have to mess with the CSS at all.
What picture do you want changed? or what specifically do you want changed..? the colour / RSS button / or that image at the top left corner?
Hi Heather This should be pretty straight forward for you (and nothing to do with css if you follow these instructions): Simply replace this image: healthhasnofurybi6.jpg Code (markup): in the appropriate directory: http://healthhasnofury.com/wp-content/themes/ProSense-Blue/images/ Code (markup): Make sure that you save your new image with the exactly the same file name and that's it! (the full file location will be http://healthhasnofury.com/wp-content/themes/ProSense-Blue/images/healthhasnofurybi6.jpg) Use the existing image's width / height as the template for your new image. Cheers CW