• Closed
  • Bianca Mendoza
    Spectator
    January 24, 2016 at 5:50 am #23780

    I cannot figure out how to update the font color of the navigation on mobile devices. The font color on desktop is currently black, but it’s showing up as white on mobile?

    Imran
    Spectator
    Posts: 402
    January 25, 2016 at 10:25 am #23791

    Hi Bianca,

    Thanks for writing in!

    how to update the font color of the navigation on mobile devices

    Please add the following code under Appearance -> Customize -> Custom CSS:

    #wrapper .dd-options {
    background: #000000 !important;
    }

    Please post your website URL; if the code doesn’t help.

    Thanks!