Change color of titles in menu under header

  • Unknown's avatar

    How do I change the color of the titles in my menu under my header (eg gifts, useful items)? The titles are both categories and pages. They are black now and I can’t figure out how to match them to my header colors.

    Also, how do I increase the font and change the color of my tagline under my title?

    Thanks!

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

  • Unknown's avatar

    How do I change the color of the titles in my menu under my header (eg gifts, useful items)?

    Here is a basic example showing how to change the menu font colors for the Simfo theme:

    .main-navigation a {
    	color: red;
    }
    .main-navigation .current_page_item a,
    .main-navigation .current-menu-item a {
    	border-top-color: pink;
    }
    .nav-menu li:hover > a,
    .nav-menu li:hover > a {
    	background: yellow;
    }

    Change the color names to color codes of your choice.

  • Unknown's avatar

    “basic example”, lol. Ok, I have no understanding of the process behind this, but it worked perfectly.

    Thank you!

  • Unknown's avatar

    I meant more that it was changeable, so “basic” in the sense the values need to be edited before it’s good. :)

  • The topic ‘Change color of titles in menu under header’ is closed to new replies.