Hey Richard, the option in the admin panel is only to remove the footer widget area, not the copyright bar. For that add this into the Custom CSS box located in your Salient Options panel:
Thank you for your response to this. Hate to be a pain but his didn't seem to work. What I want is the whole footer area gone - this code seems to leave a space at the bottom of the page, is it possible to remove that too?
Actually, it only works for really small devices (phones only).. Can I remove the footer on any size screen that switches to the "mobile" dropdown menu icon (instead of the typed out link menu)?
Hi,
I want the footer completly gone. When I simply click the tick box it leaves a blank gap which I don't want to be there.
Thanks,
Richard
Hey Richard, the option in the admin panel is only to remove the footer widget area, not the copyright bar. For that add this into the Custom CSS box located in your Salient Options panel:
Cheers!Hello,
Thank you for your response to this. Hate to be a pain but his didn't seem to work. What I want is the whole footer area gone - this code seems to leave a space at the bottom of the page, is it possible to remove that too?
Thanks for your support,
Richard
Hey Richard !
Try this one
Cheers
ThemeNectar Support Team
That fixed it - thank you very much Tahir!
What about disabling the footer on mobile sites only? Is it coded in such a way that I can remove the footer on small devices?
Hey Jake!
Sure, just add the above css in a media query like this:
Cheers
ThemeNectar Support Team
Works perfectly. Thanks!
Actually, it only works for really small devices (phones only).. Can I remove the footer on any size screen that switches to the "mobile" dropdown menu icon (instead of the typed out link menu)?
Thanks!
Hey Again!
Sure, Just change the max-width to 1000px so it works on ipad as well.
Cheers
ThemeNectar Support Team
Thanks Tahir. Great support around here!
Is it possible to remove the footer/copyright area just on the home page?
Sure, Add this into the Custom CSS box located in your Salient Options panel :
Cheers
ThemeNectar Support Team
I would really like to remove the footer and head / top menu from just one page?
why does this not work?
page-id-5186 #footer-outer {
display: none !important;
}
Be sure to put it like this, there is a dot missing in page:
Thanks
ThemeNectar Support Team
Thank you so much. I know this is a css question and not theme related. So thanks for for you help!
I would now like to remove the top menu from only one page?
Thanks
Hey Again!
ThemeNectar Support Team
Tahir - where exactly do I add the Custom CSS in the Salient Theme to get rid of the footer on mobile?
See screenshot: http://prntscr.com/9qd47r .
Best .
ThemeNectar Support Team
Awesome thanks!