Jump to content

TExt colours

Not a Bug 4.2.0

Hi,

Since upgrading to CJ Menu 4.2.0, i've noticed that the text colour has changed from white to black, and I'm not sure where to change that.  Can you please help?

Thanks

Adam

 

Share this comment


Link to comment

you can adjust the primary row's text color by adding this to your themes custom.css:

/* link text color for the main row of the bars style */
.cjmenu_bars > li > a  {
    color: #000;
}

you can change it to any color you'd like. 

Share this comment


Link to comment
×
×
  • Create New...