• Resolved Hypno_Pboro

    (@hypno_pboro)


    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]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello Hypno_Pboro,

    You must have the visibility settings in the plugin to control particular pages.
    Or else you can remove the entire footer area. Try adding the css below;

    .page-id-897 #st-footer-wrapper{
        display: none;
    }

    Best Regards,

    Thread Starter Hypno_Pboro

    (@hypno_pboro)

    Thank you very much for the fast response & I’ve amended what I had in the child theme & all’s working perfectly now.

    It’s funny how, purely by looking at the downloads table on your main page https://www.ads-software.com/themes/celestial-lite it could be thought this isn’t that useable a theme, but my experience certainly proves otherwise.

    Perhaps the chart misrepresents the true picture of users, since it doesn’t show how many people who downloaded it prior to Feb ’17 and are still happily using it.

    There’s great flexibility (for my level, at least) out of the box, and when we play around with the child theme’s CSS it takes on another level.

    … oh, and it’s free too.

    Thx again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to hide four footer menus on specific pages’ is closed to new replies.