Hi All,
I would like to remove the main menu from only the home page. How would I do that?
Thank you!
Valerie
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
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
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