Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   Want to make background image visible through logo div (http://forum.bytesforall.com/showthread.php?t=548)

keblake Feb 25, 2009 10:03 PM

Want to make background image visible through logo div
 
If this is posted elsewhere I apologize, but i could not find it.

I have a fixed background image that I would like to be visible behind my blog title in the logo area.

How do I do this?

Flynn Feb 26, 2009 06:29 PM

Add CSS Insert

HTML Code:

td#logoarea {
background: url(/absolute/path/to/image.gif);
}

For the above example the image would be at http://www.yoursite.com/absolute/path/to/image.gif

jkl Mar 11, 2009 01:00 PM

Hi, I'm also trying this solution, but the image does not show up.

This is what I put in the CSS INSERT
HTML Code:

td#logoarea {
background: url {/wp-content/themes/atahualpa/images/fightrsi-logo-fill.png} repeat-x;
}

Here is the site:
http://www.fightrsi.com

Thanks!

Flynn Mar 11, 2009 03:09 PM

Check your code again, wrong type of brackets

jkl Mar 11, 2009 08:32 PM

Thanks for that!
Also had to change the parent from td to table.

HTML Code:

table#logoarea {
background: url (/wp-content/themes/atahualpa/images/fightrsi-logo-fill.png) repeat-x;
}



All times are GMT -6. The time now is 10:56 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.