AT418 Posted August 6, 2021 Share Posted August 6, 2021 Site URL: http://www.graymatters.studio/home Hi, I would like set a color to (light grey) for when a visitor hovers over a navigation link in my navigation, including in the dropdown menus? Anyone can help with this with code editing? Thanks, AT Link to comment
tuanphan Posted August 8, 2021 Share Posted August 8, 2021 On 8/6/2021 at 11:06 PM, AT418 said: Site URL: http://www.graymatters.studio/home Hi, I would like set a color to (light grey) for when a visitor hovers over a navigation link in my navigation, including in the dropdown menus? Anyone can help with this with code editing? Thanks, AT Hi. Add this code to Design > Custom CSS /* Nav hover color */ .header-nav a:hover { color: lightgrey !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.