Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1244046

    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

    #1244376

    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

    #1245079

    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

    #1245273

    Hi,

    So you want the lines unhidden and the hover text red correct?

    Best regards,
    Jordan Shannon

    #1245279

    Hi Jordan Shannon,

    Thank you for your feedback.
    I want the lines hidden and the hover text red (#cc1f2f).

    Best regards,
    Paul

    #1245476

    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

    #1245730

    Hi Jordan Shannon,

    Does not work.

    Best regards,
    Paul

    #1245842

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.