Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1076396

    Hi there, I need to change the mobile font colour. I’ve tried coding that you have provided but nothing is working.

    #1076740

    Hey web4698,

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

    #av-burger-menu-ul .avia-menu-text {
      color:red !important;
    }

    Best regards,
    Rikard

    #1077174

    Thank you! It’s not exactly what I need. If I put it the text to white the mobile menu is invisible until yoou hover over it.
    Can you let me know the following:
    1) The mobile menu font color
    2) The mobile menu background color
    3) The mobile menu font hover color
    4) The mobile menu background hover color

    #1077605

    I haven’t heard back from anyone

    #1077639

    Hi,

    Try this as well:

    #av-burger-menu-ul a:hover {
        background-color: blue;
    }
    
    #av-burger-menu-ul a:hover {
        background-color: red;
    }

    If you want to learn basic CSS then I can recommend a visit to W3Schools. It’s a great asset to have if you create websites for a living.

    Best regards,
    Rikard

    #1233510

    Same problem for me but fonts of mobile menu dont even appear when i touch them in the mobile (links work though)

    #1233567

    Hi,

    Add a link to the site so we can look into this further.

    Best regards,
    Jordan Shannon

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