Ashtonevolve Posted July 14, 2020 Share Posted July 14, 2020 Site URL: http://www.evolve353.com/try-us Hi I am struggling to find the right code to remove the navigation options and footer on an index page. I am using these as landing pages and so would need these removed off of both the desktop and mobile version. The site is www.evolve353.com/try-us Link to comment
tuanphan Posted July 14, 2020 Share Posted July 14, 2020 Add to Home > Design > Custom CSS footer.Footer { display: none !important; } .Mobile-bar.Mobile-bar--top { display: none; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Ashtonevolve Posted July 14, 2020 Author Share Posted July 14, 2020 Will that remove from whole site or just specific landing page? I only want this to work on specific landing pages which I have created in index page. Link to comment
tuanphan Posted July 15, 2020 Share Posted July 15, 2020 7 hours ago, Ashtonevolve said: Will that remove from whole site or just specific landing page? I only want this to work on specific landing pages which I have created in index page. Add to Page Settings > Advanced > Header <style> footer.Footer { display: none !important; } .Mobile-bar.Mobile-bar--top { display: none; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Ashtonevolve Posted July 15, 2020 Author Share Posted July 15, 2020 Thank you, works like a charm Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment