• Resolved SandraJay

    (@sandrajay)


    Someone has kindly provided me with CSS code to change the colour of the text in the top menu. Can someone help me with the code to change the text colour in the sidebar “Navigation” menu header please? Greatly appreciated.
    http://templisting3.sandrajackson.biz
    Theme: SIXTEEN

Viewing 2 replies - 1 through 2 (of 2 total)
  • These are your nav menu theme’s default, just change the color value to your liking, use the code in child theme stylesheet or Custom CSS option.

    .main-navigation a { color: #615642; }
    .main-navigation a:hover { color: #7e5d26; }
    
    .main-navigation ul ul a:hover { background: #615642; color: #100d0a; }
    .main-navigation li:hover > a { background: #100d0a; color: #7e5d26;  }
    
    .main-navigation ul ul :hover > a { background: #615642; color: #100d0a; }

    and this is for the word “Navigation” which is widget title

    #secondary .widget-title, #footer-sidebar .widget-title { background: #100d0a; color: #825e21; }
    Thread Starter SandraJay

    (@sandrajay)

    I thank you, Paul, so much for providing this. I’ll be copying and pasting this to a note file for future reference as this is the theme I use for most of my property sites. Again, THANK YOU!!!

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

The topic ‘Navigation menu text colour change?’ is closed to new replies.