Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Does your theme have a setting for your CSS modifications, like “Custom CSS”?
Thread Starter
kwiecu
(@kwiecu)
Any idea how to change the font? 🙂
kwiecu,
Add this lines to theme options > custom css
.main-navigation ul ul a {
color:blue !important;
}
Is there a way to change the color of the mouse-over of the fonts in the drop down menu?
use css for it at the moment, new theme options will be added for this soon.
emilyhein727,
.main-navigation ul ul a:hover {
color:red !important;
}
Thread Starter
kwiecu
(@kwiecu)
I would like to also change the colour of an active page (drop-down menu). Now it’s black.