• Hello,

    I’d like change the menu text color in the responsive version.

    The problem on my site is that the menu background color is a shade of red, and when a menu item is selected, it becomes that exact shade of red and then blends into the background becoming invisible.

    So i want to change the menu text color.

    Thank you!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Sam

    (@soumendra)

    Hello,

    Can you please share the link to your site so that I can help you regarding that.

    Thank you.

    Hello There!

    We really appreciate you writing in.

    Please try the below CSS code to see it is of any help

    @media screen and (max-width: 1000px)
    .main-navigation > ul > li > a {
    color: white !important;
    }

    You can change the color value accordingly.

    Hope this information was useful.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Navigation menu text color in mobile version’ is closed to new replies.