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)
-   -   How to remove rotating header images from only homepage (http://forum.bytesforall.com/showthread.php?t=10980)

glennvogelsang Nov 4, 2010 08:42 PM

How to remove rotating header images from only homepage
 
ATA 3.45
WP 3.0.1

www.ziliotto.com

Is there a way to keep the logo and the tabs but remove the rotating images only from the home page?

Thanks

juggledad Nov 5, 2010 11:34 AM

to CSS Inserts add
HTML Code:

body.home #imagecontainer {
    display: none;
}


glennvogelsang Nov 5, 2010 02:55 PM

perfect - can i remove the page tabs at the top as well?

juggledad Nov 5, 2010 04:23 PM

sure, use the same idea, but you want to look at the code and find the ID or class (menu1 and menu2 I think)


All times are GMT -6. The time now is 05:20 PM.

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