Guest Posted March 29, 2014 Share Posted March 29, 2014 Can anybody tell me how to remove or hide the entire footer in the Devlin template? I am not really experienced in CSS, but I did a search found this code, but it did not work. Maybe I formatted it wrong? footer-nav { display:none; } Josh Link to comment
Guest Posted March 29, 2014 Share Posted March 29, 2014 I figured it out. Here is what I did for anybody else with the same problem: Go to the page in your layout editor. Select "page settings" in the top right and go to "advanced". Inject the following code into your page header: <style> #footer { display: none !important; } </style> Link to comment
arthurm Posted February 20, 2015 Share Posted February 20, 2015 This just removes the content from the footer, for me. Not the bar... I'm using Marquee, do you know what the issue could be? Link to comment
blackkite Posted July 6, 2015 Share Posted July 6, 2015 You can also go to Design -> Style Editor -> Site Footer -> Hide Link to comment
Siyeon Posted May 15, 2017 Share Posted May 15, 2017 I'm using flatiron. but it not work both.Do you know what the issue could be? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.