• Resolved dancol1974

    (@dancol1974)


    I like the eCommerce Saga theme, but want to disable the footer menu. Every time I add a new page, the new page appears in the menu in the footer of every page… help !

    Thanks
    Dan

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    .footer-menu {
        display: none;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter dancol1974

    (@dancol1974)

    Thanks so much, it worked perfectly.

    I’ll definitely consider you guys when I need dev work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘eCommerce Saga – how to disable Footer menu’ is closed to new replies.