Changing color of my Tab links

  • Unknown's avatar

    Hi,
    I’d like to change the color from green to black on my menu tab links. I don’t see anywhere to customize the color. Thanks

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

  • Hi @avalon112, no problem. Use this code and change the colors to your liking:

    
    .main-navigation a:link, .main-navigation a:visited {
        color: pink;
    }
    .main-navigation a:hover {
        color: pink;
    }
    

    I set them both to pink. You can change one to black and one to some other color, or set them both to black. Whatever you’d like.

    Then paste it into Customize > CSS. Let us know if you need more help!

  • Unknown's avatar

    Hi – Is there a way to remove the dash marks from the drop down menu? Sometimes the words are below the dash on different size screens. Thank you for your help.

  • As far as I can tell, that’s actually being prepended by the theme itself, not a list style, as I can’t remove it via traditional CSS methods.

  • The topic ‘Changing color of my Tab links’ is closed to new replies.