Updating menu font color on mobile phone view

  • Unknown's avatar

    Hi there,

    I am a beginner here working on my wedding website and was trying to change the color of the menu navigation menu when viewing on a mobile smart phone. Right not the font color and background color are almost identical when makes viewing the different page tabs difficult. Can someone please steer me in the right direction of updating this please?

    Thanks,
    AP&ME

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, remove the CSS rule you have now and replace it with this.

    .main-navigation.toggled a {
        color: #fff;
    }

    You can of course edit the color code as desired.

  • Unknown's avatar

    that worked perfectly…..thank you!

  • The topic ‘Updating menu font color on mobile phone view’ is closed to new replies.