Hello I would like to hide top menu for my mobile version. Yes I have checked all previous thread before posting this.
I found many codes but I haven’t used… Please provide me code to hide top menu for mobile users.
Hey Sovik,
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 .av_header_transparency #header_meta {
display: none;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you so much :) that worked after adding this code to custom.css file.
I have used 989px to hide it on TAB as well.
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon