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)
-   -   Header image and search field and feed link (http://forum.bytesforall.com/showthread.php?t=259)

Haser Feb 7, 2009 06:06 AM

Header image and search field and feed link
 
First of all thanks for the theme Atahualpa. I'm trying to insert a background image inside the Header there is the feed menu but i haven' t success.

Alternatively, is possible insert the menu of feed and the search field in the second header where is the images that rotate?
Thank you for your willingness and excuse me for my english.
if you want, you can see my site: http://www.anxurweb.com/?theme=Atahualpa

Flynn Feb 7, 2009 07:07 AM

Since the dynamic CSS is in header.php now you would have to reference images with an absolute path (relative would only work if manually added to style.css). You would have to start the image path with / or with http://

HTML Code:

table#logoarea {
background: #eeeeee url(/wp-content/themes/atahualpa3/images/Img_Heder.jpg);
}

(But that image is still not there. You might have a typo in the image name, or the path suggested by me is wrong)


All times are GMT -6. The time now is 03:13 AM.

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