• Hi,

    Could you please help?

    How do I change the font color (the navigation bar). The default color is white. I want to make it black.

    Thanks in advance
    Doyan

    PS: I’m using Responsive theme by CyberChimps

Viewing 5 replies - 1 through 5 (of 5 total)
  • Can you post a link to your site?

    Thread Starter doyatthinkdoy

    (@doyatthinkdoy)

    Yes it is thinkdoyen.com.

    I’ve changed the menu color to yellow. May be use a lighter shade of blue instead of black. Because the page selected is highlighted in black.

    Doyan

    Since you’re using a child theme, try this code in your child theme’s stylesheet:

    .menu a { color: #0000ff; }

    And if you’d like to change the color of the highlighted menu item:

    .menu .current_page_item a, .menu .current-menu-item a { color: #ffffff; }

    Thread Starter doyatthinkdoy

    (@doyatthinkdoy)

    Hi,

    I copy-pasted the code in the child theme stylesheet. But, for some reason the highlighted-menu item and font color have not changed.

    Thread Starter doyatthinkdoy

    (@doyatthinkdoy)

    Hi,

    Got it corrected. It was my fault, did not include the curly bracket ‘}’.

    Thank you so much for the help.

    Regards
    Doyan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change font color – Navigation Bar’ is closed to new replies.