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] Creating Landing Page -- Have Removed Everything but Footer (http://forum.bytesforall.com/showthread.php?t=9816)

c12281 Sep 22, 2010 04:17 PM

[SOLVED] Creating Landing Page -- Have Removed Everything but Footer
 
I found a very helpful post that showed how to remove the logo and image areas, menu and horizontal bars from specific pages through CSS Inserts. Here's what I have so far, and it's worked perfectly.

body.page-id-373 div#imagecontainer {display: none;}
body.page-id-373 div#menu1 {display: none;}
body.page-id-373 div.horbar1 {display: none;}
body.page-id-373 div.horbar2 {display: none;}
body.page-id-373 table#logoarea {display: none;}

I also would like to remove the footer but can't find the right code to do that. I've tried a few different codes, to no avail. Can you help? Thanks!

lmilesw Sep 22, 2010 05:56 PM

body.page-id-373 td#footer {display: none;}

c12281 Sep 22, 2010 06:56 PM

Thank you, Larry! Worked perfectly.


All times are GMT -6. The time now is 07:15 PM.

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