Hell Enfold,
i want to change the font family and the font size. But only in the mobile/tablet menu.
How to do that?
Best regards
Paul
Hey paulsteckfeld,
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
.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
font-size: 18px;
font-family: 'arial','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hello Victoria,
Many thanks for your help. I can now change the font and the size of the font in the mobile menu.
The main menu problem: The lines under the main menu are now hidden. With mousover the menu items are unfortunately not red.
It would be nice that it would also work.
Best wishes
Paul
Hi,
So you want the lines unhidden and the hover text red correct?
Best regards,
Jordan Shannon
Hi Jordan Shannon,
Thank you for your feedback.
I want the lines hidden and the hover text red (#cc1f2f).
Best regards,
Paul
Hi,
Add this to quick css:
.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a {
border-color: transparent!important;
}
Best regards,
Jordan Shannon
Hi Jordan Shannon,
Does not work.
Best regards,
Paul
Hi Paul,
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
.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a {
border-color: transparent;
}
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria