Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Post-Kicker, -Byline & -Footer (http://forum.bytesforall.com/forumdisplay.php?f=17)
-   -   Removing footer on one page only (http://forum.bytesforall.com/showthread.php?t=16245)

rastevenson Dec 13, 2011 07:49 AM

Removing footer on one page only
 
Hi ,

I have been going round in circles with this.. I want to remover the footer on one specific page only. The page has has a name in the permalink (send-flowers) but the post id is 558 so I have edited the ccs to include this :-
body.page-id-558 #td footer {
display: none;
}
But the footer refused to die , what have I done wrong please ?

I am still using 3.4.4 and wordpress 3.21

Cheers

juggledad Dec 13, 2011 07:59 AM

Your selector is incorrect, it should be 'td#footer'

rastevenson Dec 13, 2011 09:14 AM

Thanks for your prompt reply but the footer is still there after I did as you said...

Any other suggestions please ?

Cheers

juggledad Dec 13, 2011 09:36 AM

what is the url?

rastevenson Dec 13, 2011 09:53 AM

hi , the page in question is www.life-in-london.info/send-flowers

juggledad Dec 13, 2011 10:34 AM

where did you put the css?

ahc Jun 7, 2013 01:39 PM

I have the same problem: I want to sitck a post as a little notice at tthe top, but I would like to remove the footer box. I tried to put in css inserts the follow instruction:

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

But the footer is still there. What is wrong?


All times are GMT -6. The time now is 10:35 AM.

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