-
AuthorPosts
-
February 12, 2020 at 7:19 pm #1183978
HI,
I want to hide the menu on the whole site – http://www.hotelladdict.se
What code shall I add?
Thanks
CharlotteFebruary 12, 2020 at 9:18 pm #1183994If you’re referring to the three links at the top add this to the Quick CSS section
div#header_main_alternate { display: none; }February 12, 2020 at 10:52 pm #1184007Hi,
no, I am referring to the 3 lines of the menu that is only visible on mobile and on the blog post https://www.hotelladdict.se/artist-residence-london/What code do I need to not see that?
Thanks.
CharlotteFebruary 13, 2020 at 8:17 am #1184075Hi,
Add this to quick css:
#text-9{ display:none!important; }Best regards,
Jordan ShannonFebruary 13, 2020 at 10:16 am #1184091Hi Jordan,
thanks but this deletes the icons and I want to keep them.
I meant this menu that is visible on blog post and category pages.
I don’t want to see themBest regards
Charlotte
February 13, 2020 at 9:42 pm #1184311Hi Charlotte,
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
@media only screen and (max-width: 767px) { .responsive #top #wrap_all #header .inner-container .main_menu #avia-menu-0 .menu-item-avia-special.av-small-burger-icon { display: none; } }If you need further assistance please let us know.
Best regards,
VictoriaFebruary 14, 2020 at 3:18 pm #1184507Thanks Victoria,
the code took away the top menu but not the 3 lines below Hotell Addict
Best regards
CharlotteFebruary 15, 2020 at 9:14 pm #1184841Hi,
Add this as well:
@media only screen and (max-width: 767px) { .responsive #top.single-post .av-hamburger.av-hamburger--spin.av-js-hamburger { display: none; } }Best regards,
Jordan ShannonFebruary 16, 2020 at 12:49 pm #1184963Thanks :)
February 16, 2020 at 7:09 pm #1184999Hi,
No problem. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Hide menu’ is closed to new replies.
