Home Forums WoodMart support forum Not showing the menu in a landing page

Not showing the menu in a landing page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #547907

    nestart.agency
    Participant

    Hi,

    I’d like this page: https://store.nestart.it/creo-estro-table/

    to become a selling page – so I’d like it to hide the menu. I was able to hide the footer but the menu I dont how to hide it. Even for the mobile version.

    What can I do?

    Thank you very much

    #548306

    Hung Pham
    Participant

    Hi nestart.agency,

    Thanks for reaching to us.

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .page-id-4400 header{
    	display: none;
    }

    Regards,

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