-
AuthorPosts
-
February 18, 2023 at 3:44 pm #1398448
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
TomFebruary 18, 2023 at 9:51 pm #1398491Hey 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,
MikeFebruary 19, 2023 at 8:05 am #1398509Hi Mike,
Unfortunately it doesn’t work.
Best regards
TomFebruary 19, 2023 at 2:20 pm #1398525February 19, 2023 at 3:28 pm #1398531This reply has been marked as private.February 19, 2023 at 4:02 pm #1398535Hi,
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,
MikeFebruary 19, 2023 at 4:18 pm #1398538Hi Mike,
Thanks a lot, everything works well!!!!
Best regards,
TomFebruary 19, 2023 at 4:22 pm #1398539Hi,
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 -
AuthorPosts
- The topic ‘Font and font size in mobile menu’ is closed to new replies.

