Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #745563

    Hi

    Can you give me the right CSS code to change the color of the text on my mobile menu. Right now its white on a white background. I have tried this but it doesn’t work:

    #mobile-advanced {
    color: #a11b1b;
    }

    Thanks,

    #745600

    Hey ginnywills!

    Can you please share us a link of your web site, so we can be able to help you out?

    Thanks a lot

    Best regards,
    Basilis

    #746638

    I am having the exact same issue. Please advise!

    #746943

    Hello? Anyone there?

    #747150

    Hi,

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

    @media only screen and (max-width:767px) {
      #mobile-advanced a {
        color: #333;
      }
    }

    Hope this helps.

    Best regards,
    Nikko

    #747155

    I did that but it still did not help. I can see that it looks like it should work, but its still white. Its like its being overridden from somewhere else?

    #747173

    Hi,

    Can you try to replace the code I gave to this one:

    @media only screen and (max-width:767px) {
      #top #mobile-advanced a {
        color: #333 !important;
      }
    }

    Let us know if this works.

    Regards,
    Nikko

    #747493

    FYI – that did not work either but I was able to change the background color with that same code and that did work. Thanks,

    #747709

    That worked for me. Thank you!

    #747714

    Hey!

    happy we can help.
    Please do remember to rate our theme at themeforest.
    Let us know if we can help you further by creating a new ticket.

    Thanks a lot

    Cheers!
    Basilis

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