[Resolved] Remove footer from home page only

Tagged: 

  • Author
    Posts
  • #9492

    adr
    Participant

    Hello,

    Is there a way in the them to remove the footer from the home page only?

    #9493

    Andrew Misplon
    Keymaster

    Hi 🙂 Please, send a link and I’ll take a look. You can use the private reply option to send URLs. Thanks.

    #9504

    adr
    Participant
    This reply has been marked as private.
    #9505

    Andrew Misplon
    Keymaster

    Hi 🙂

    You can hide the footer widgets on any page using the Page Settings meta box in the right column. You could hide the bottom bar by adding to Custom CSS or Additional CSS:

    .home .site-footer .bottom-bar {
    	display: none;
    }

    That’ll only work when this page is assigned as the home page because it relies on the body class home.

    For creating different menus I’m using https://wordpress.org/plugins/menu-items-visibility-control/ but it might be a little technical. I wish I had other plugins to recommend but unfortunately, have only used this one so far.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Scroll to top