text same colour as background
- The topic ‘text same colour as background’ is closed to new replies.
Need help? Check out our Support site, then
The page names under ‘pages’ on my homepage show as the same colour as my background. Please can someone advise how to change this text colour so can always be seen (want to to be same grey colour as rest of text) – i have customisation rights.
The blog I need help with is: (visible only to logged in users)
The following CSS should do the trick.
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a {
color: #595959;
}