Menu items on mobile devices? - by Lennart

This topic has 4 replies, 2 voices, and was last updated 8 years, 5 months ago ago by Robert Hall

  • Avatar: Lennart
    Lennart
    Participant
    November 19, 2015 at 10:32

    Hi there!

    My menu items on mobile devices are unreadable…Its black text on dark background. How do I change the text color for menuitems only on mobile devices…?

    Thanks in advance!

    3 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    November 19, 2015 at 11:52

    Hello,

    Please add the following code in Theme Options->Custom CSS->Global Custom CSS.

    .et-mobile-menu li a{
    color:#fff;
    }

    Regards,
    Robert Hall.

    Avatar: Lennart
    Lennart
    Participant
    November 19, 2015 at 12:06

    Thank you Robert – That did the trick.

    How about the “account” – items, which also shows in the mobile menu…?

    Regards from Denmark!

    Avatar: Robert Hall
    Robert Hall
    Support staff
    November 19, 2015 at 13:26

    Please replace code above to this

    .et-mobile-menu li a,
    .mobile-nav .links li a{
    color:#fff;
    }

    Regards,
    Robert Hall.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.