Hi,
I try to change the font and font size in the mobile menu by this css:
@media only screen and (max-width: 767px){
#top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a {
font-family: ‘Ubuntu Condensed’, sans-serif;
color: #919191 !important;
padding-top:10px;
line-height:10px;
}
But the result is not Ubuntu Condensed which is of course downloaded and used in headers and body.
Is there any solution?
Thanks in advance
Tom
Hey tom_on_wheels,
Thanks for the link to your site, instead of font-family: ‘Ubuntu Condensed’, sans-serif;, try font-family: ‘ubuntu-condensed’, sans-serif;
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi Mike,
Unfortunately it doesn’t work.
Best regards
Tom
Hi,
Thanks for the login, I corrected the curly quotes so the font for the mobile menu and blog category is correct now.
I also found that you had an unclosed media query in your quick css breaking the mobile font size.
I saw the issue with the h4 “Unsere Podencos” on the homepage, since this is corrected I assume the others are also, please clear your browser cache and check.
Best regards,
Mike
Hi Mike,
Thanks a lot, everything works well!!!!
Best regards,
Tom
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike