Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Header configuration & styling »

Want to make background image visible through logo div


  #1  
Old Feb 25, 2009, 10:03 PM
keblake
 
2 posts · Feb 2009
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?
  #2  
Old Feb 26, 2009, 06:29 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
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
  #3  
Old Mar 11, 2009, 01:00 PM
jkl
 
5 posts · Mar 2009
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!
  #4  
Old Mar 11, 2009, 03:09 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Check your code again, wrong type of brackets
  #5  
Old Mar 11, 2009, 08:32 PM
jkl
 
5 posts · Mar 2009
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;
}

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to make logo area on beside or overlay header image? phuongnv Header configuration & styling 16 Mar 17, 2011 06:09 PM
replace "3 cubes" logo with custom logo image liontigerbear Header configuration & styling 3 May 13, 2009 02:07 PM
How to make a background stick Glalax Atahualpa 3 Wordpress theme 1 Apr 14, 2009 05:56 PM
Can't make up your mind re: background color? paulae Atahualpa 3 Wordpress theme 3 Apr 11, 2009 10:04 PM
Putting a image background in the header's logo area kirinafa Header configuration & styling 2 Feb 18, 2009 04:08 PM


All times are GMT -6. The time now is 09:27 AM.


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