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

    hey there,
    i have a problem with my mobile menu. the bg clor is white, but the font color and the color of the X on the top too. how can ja change it?

    #828567

    Hey modellbauBB,

    Thank you for writing in!

    To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Best regards,
    John Torvik

    #829633

    url in private content :)

    #829988

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
    
      .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
        color: blue;
      }
    
      #top .header_color .av-hamburger-inner, 
      #top .header_color .av-hamburger-inner::before, 
      #top .header_color .av-hamburger-inner::after {
        background-color: blue !important;
      }
    }

    Just change the color as you see fit. Hope this helps :)

    Best regards,
    Nikko

    #940797

    Hi Nikko,

    I used your CSS code above to fix colors on my Burger Menu / Mobile Styling. It works fine, there is just one little issue. c

    Mobile menu has white background with red menu links, if i click on one of the menu items on mobile it highlights the menu in RED and since menu fonts are RED they become invisible.

    Webiste URL in private.

    Thanks,

    #941240

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
        background-color: #ddd !important;
    }

    Best regards,
    Rikard

    #942904

    Rikard, Thanks so much, works perfect!

    #943361

    Hi,

    Great, glad we could help :-)

    I’ll close this since the original poster hasn’t replied for a couple of months. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘change the font color on mobile menu’ is closed to new replies.