Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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.

    Mobile menu

    Is there any solution?

    Thanks in advance
    Tom

    #1398491

    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

    #1398509

    Hi Mike,

    Unfortunately it doesn’t work.

    Best regards
    Tom

    #1398525

    Hi,
    Please check your css, it looks like you have a curly quote, similar to your other thread, which will break it, probably from copy & paste:
    Enfold_Support_422.jpeg
    If you have further trouble Please include an admin login in the Private Content area.

    Best regards,
    Mike

    #1398531
    This reply has been marked as private.
    #1398535

    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

    #1398538

    Hi Mike,

    Thanks a lot, everything works well!!!!

    Best regards,
    Tom

    #1398539

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Font and font size in mobile menu’ is closed to new replies.