Topic Resolution: Resolved
  • Closed
  • JS
    Spectator
    October 6, 2015 at 7:55 am #21211

    Hello, I’m having trouble changing the main menu text color on mobile devices. The main menu text color is set to black, but does not appear to be displayed correctly on mobile devices (gray instead of black).

    Perhaps I’m overlooking something minor. Can you please suggest how this might be fixed?

    Thank you 🙂

    JS
    Spectator
    Posts: 27
    October 6, 2015 at 7:55 am #21212

    Sorry, the website is: http://9e8.470.myftpupload.com/.

    Denzel Chia
    Moderator
    Posts: 2656
    October 6, 2015 at 11:59 am #21229

    Hi,

    Please try the following.

    .mobile-selector .t4p-icon-bars {
    color: #000 !important;
    }
    .mobile-selector span {
    color: #000 !important;
    }
    #mobile-nav li a {
    color: #000 !important;
    }

    Thanks!

    JS
    Spectator
    Posts: 27
    October 6, 2015 at 8:36 pm #21241

    Thank you, Denzel. Once again, you have solved my issue 🙂 Very helpful.