Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #537788

    Hi guys!

    Can you let me know how to make the text in my drop down menu white without affecting the text color on desktop? Right now the text is not popping out.

    #537852

    Hey Courtney!

    I loaded the site and I can see it white, the links.
    Have you managed to fix i out, or it is a different area you are looking for?

    Cheers!
    Basilis

    #538566

    Hi Basilis!

    I should have clarified:

    ON MOBILE ONLY: Can you let me know how to make the text in my drop down menu white (for mobile only) without affecting the text color on desktop? Right now the text for the mobile drop down menu is not popping out (hard to read the text)

    #540072

    Hi!

    Please add this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    #mobile-advanced {
        background-color: #ffffff;
        color: #6786a1;
    }
    }

    Regards,
    Ismael

    #541268

    PERFECT!!!

    That’s exactly what I wanted :) !

    THANKS!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Mobile Drop Down Menu’ is closed to new replies.