Please provide a link to a page on your site where we can see this. Thanks. The necessary CSS depends on your theme, so we need to see your site.
Added in the original message the theme demo.
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.
-
This reply was modified 6 years, 10 months ago by
panther_26.
#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.ww.wp.xz.cn/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.
Is there anyway to remove all a:hover regardless of menu, widget, post, etc.?
Yes, you have to add to the list I started above. You might also contact the developers of your theme.
Learn to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.