How to hide four footer menus on specific pages
-
I posted a question about this and got a perfectly workable reply a few months ago, but it’s no longer working, possibly because I’ve carried out more work on the footer menus.
Here’s the old post –
https://www.ads-software.com/support/topic/css-code-to-remove-footer-from-one-page/My website is cleanerstogo.co.uk and here’s one of the pages from which I wanted to remove the breadcrumbs, main and footer menus.
https://www.cleanerstogo.co.uk/ref0245 but only the breadcrumbs and main menu are not showing
I’m using the custom menu widget to place four separate menus in the four footer positions and I think this might be causing the footer menu(s) to not be removed.
Possibly I’d not split them out when I posted my previous query – I can’t remember for sure?
To confirm the page id is 897 and here’s what I’m using in the child theme:
.page-id-897 #breadcrumbs { display: none!important } .page-id-897 .main-navigation { display: none; } .page-id-897 #st-footer-menu.menu { display: none; }
If anyone can suggest what I’m not seeing here I’d really appreciate your help.
Thanks
The page I need help with: [log in to see the link]
- The topic ‘How to hide four footer menus on specific pages’ is closed to new replies.