Home Forums Basel support forum remove menubar from a page alone

remove menubar from a page alone

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #11587

    sushmaraman
    Participant

    i need to remove menubar from a particular page alone.. please help….

    #11594

    Artem Temos
    Keymaster

    Hello,

    You can add the following code snippet to the Custom CSS field for some page to disable header and footer

    .main-nav
     {
     	display:none!important;
     }

    Regards

    #11598

    sushmaraman
    Participant

    thank you…i need to remove header from this page alone. not menubar alone.. complete header

    http://esgigarments.com/?page_id=22440 this is the page link…

    Attachments:
    You must be logged in to view attached files.
    #11600

    Artem Temos
    Keymaster

    But we have already answered this question in your previous topic https://xtemos.com/forums/topic/hide-header-and-footer-2/

    #11601

    sushmaraman
    Participant

    yes.. but in which page i need to give that code.. i gave it in theme setting custom css..it removed from all pages…

    #11604

    Artem Temos
    Keymaster

    No, you need to add it to the custom CSS for some page in Visual Composer. Find “Gear” icon on the top of the backend editor.

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