Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Where did you originally change the colour to blue?
Unfortunately, a previous employee designed the site, so I’m not sure!
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then do the following:
- Install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin
- use its “CSS Code” section of the dashboard to hold your CSS modifications:
-
(put this code in)
#menu-primary li ul li a:hover,
#menu-primary li li a,
#menu-primary li li.current-menu-item li a {
color: blue;
}
- Save
Alternatively use your Child Theme style.css file to hold your CSS modifications