Okay
  Public Ticket #1304234
How to delete main Menu in intro page
Closed

Comments

  •  2
    manosanhueza started the conversation

    Hi,

    How can I delete the main menu from my intro page, it is an slider revolution,thank you!

  • [deleted] replied

    Hi there,

    Go to that page and click Edit Page, then on the Parameters and Options > Custom CSS paste this CSS code:

    header.site-header {
        display: none !important;
    }

    Will set this ticket as solved from here.

  •  2
    manosanhueza replied

    But this will delete the menu from the hole site?

    I just want to delete the menu from the first page: intro page with slider revolution

    JUST this page, 

    I tried this code with the page id 

    .postid-4304 header.site-header {

        display: none !important;

    }

    but it didn't work.. 


    Thank you

  • [deleted] replied

    Hi manosanhueza,

    Please read my last reply carefully because i wrote that you have to go to Parameters and Options on that page.

    Each page has it’s own parameters area that will be valid for that page only.

    Thanks!