Viewing 3 replies - 1 through 3 (of 3 total)
  • I used Advanced Twenty Seventeen, found it useful, gives you some ideas you can make etc. Some people on this forum say it affects the health of their site. I’ve not used the plugin on my live site, once i made the changes I liked then went and made the amendments in CSS child theme.

    Are you looking to change the font colours, back ground colour….. ?

    Thread Starter dakotadearborn

    (@dakotadearborn)

    Im looking to change the font color on the menus. I don’t really care for the advanced twenty seventeen plugins because it affects my website in a weird way. The menus become invisible when I activate the plug-in, and I haven’t fiddled around with it enough to figure out how to use it properly.
    Also, what is a child theme?

    If you are just making a few changes i wouldn’t worry about child themes, if you are interested there are a lot of tutorials that explain how to implement one.

    
    .main-navigation a:link {
    color: green;}
    
    /* Active page */
    .navigation-top .current_page_item > a {
        color: darkblue;
    }
    
    /* on hover */
    .main-navigation a:hover {
    color: pink;
    }
    

    Stick this in your Additional CSS.

    • This reply was modified 7 years, 9 months ago by peterjb101.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change the color of all menus?’ is closed to new replies.