wegooakland Posted September 12 Share Posted September 12 Site URL: https://mustard-deer-gn4n.squarespace.com/ I'm working on customizing the folder dropdown in my site's navigation bar. I'm trying to remove the orange underline that appears under the sublinks in the dropdown menu. However, I would like the underline to still appear when hovering over those sublinks. I've tried some custom CSS, but the underline persists on the active sublink, and I'm having trouble getting it just right. Any advice or suggestions would be much appreciated! Thanks in advance! Site: https://mustard-deer-gn4n.squarespace.com/ PW: SABA2024 Link to comment
Solution tuanphan Posted September 17 Solution Share Posted September 17 Don't remove any code in your current code Use this to Custom CSS box span.header-nav-folder-item-content { background-image: none !important; } div.header-nav-item--active div a { border: none !important; border-bottom: 3px solid transparent !important; } div.header-nav-item--active div.header-nav-folder-item:hover a { border-color: #e57138 !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
wegooakland Posted September 17 Author Share Posted September 17 This seems to work, thank you @tuanphan! 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