Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1096667

    Hi All,

    I would like to remove the main menu from only the home page. How would I do that?

    Thank you!

    Valerie

    #1096985

    Hey Valerie,

    Well, you can hide it with css.

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1096996

    Hi Victoria,

    See private content for link to website. I would like to remove the four-word main menu just below the one word title of the website on this page only.

    Thank you!

    Valerie

    #1097205

    Hi Valerie,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .page-id-587 .main_menu {
      display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.