bmaweb Posted February 20 Share Posted February 20 (edited) Hello, can you help me with the following coding? 1. Once on the page item. How can I stop it from turning yellow? Instead of yellow. I'd like it to be gray. 2. When hovering the nav menu I'd like it to turn to to bold. webpage is www.bma.us Edited February 20 by bmaweb Fixed previous requests Link to comment
Solution tuanphan Posted February 21 Solution Share Posted February 21 You can use this code to Website > Website Tools > Custom CSS div.header-nav-item>a:hover { font-weight: bold !important; } .header-nav-folder-content { background-color: gray !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
Create an account or sign in to comment
You need to be a member in order to leave a comment