Hello!
Is it possible to hide the mobile menu indicator on one particular page?
The page is a landing page so a menu is not needed and the indicator is covering part of the slider caption, so it will look better without it showing.
A link to the page is below.
Thanks in advance for any help you can give on this!
Hey Julie!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-217 #advanced_menu_toggle {
display: none!important;
}
Regards,
Yigit
Perfect!
Thanks as always for the excellent support Yigit.
Getting the right fix fast makes my job so much easier. :)