Look at the menu at top: City Calendar, etc. and the posts in the body. Could CSS be added to change the hover color of those elements?
Then look at the side bar widgets Bike Rental and Library. Remove the gold hover.
Ideally, if it is easier, remove all hover colors.
Also, ex: Calendar at top, I don’t want it to show the visited link color.
]]>#site-secondary-nav a:hover, #site-secondary-nav a:focus {
color: #333;
}
a:hover, a:focus {
color: #0a63bd;
}
To add or override CSS: use the “Additional CSS” option in the customizer. https://codex.www.ads-software.com/CSS#Custom_CSS_in_WordPress
Learn to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.
]]>Learn to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.
]]>