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)
-   -   [SOLVED] Remove space left after removing header image from pages other than home (http://forum.bytesforall.com/showthread.php?t=22865)

lrydant Oct 11, 2014 04:57 AM

[SOLVED] Remove space left after removing header image from pages other than home
 
I've spent considerable time trying to find answer and also checked FAQ but can't find css code.

The following code works great to remove the header image from all pages but the home page for the Atapualpa theme. However, how do I remove the space left by the removal of the header image?
Thank you.

body #imagecontainer {display:none;}
body.home #imagecontainer {display: block !important; }

juggledad Oct 11, 2014 07:03 AM

try using this
HTML Code:

body div.header-image-container-pre {display:none;}
body.home div.header-image-container-pre {display: block !important; }


lrydant Oct 11, 2014 01:15 PM

Your code solved the issue. Thank you!


All times are GMT -6. The time now is 04:49 PM.

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