Jaded0403 Posted April 23 Share Posted April 23 I've looked at a number of older posts regarding this same question, but so far none of the suggestions have worked for me. Essentially when I'm on a specific page from my drop down menus, it has an underline on that link. I can't seem to figure out why I can't remove it. Link to comment
tuanphan Posted April 25 Share Posted April 25 You can use this code to Website > Website Tools > Custom CSS span.header-nav-folder-item-content, div.header-nav-item--folder.header-nav-item--active>a { background-image: none !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
cassandraism Posted April 26 Share Posted April 26 On 4/25/2024 at 6:32 AM, tuanphan said: You can use this code to Website > Website Tools > Custom CSS span.header-nav-folder-item-content, div.header-nav-item--folder.header-nav-item--active>a { background-image: none !important; } Hi! I'm trying to do (I think) the same thing for this site I'm building https://chiton-teal-a3tj.squarespace.com/early-learners and when you're on any page from the dropdown, everything in the folder is highlighted. I want to keep the underlines on the main menu items, but not the dropdown links. I tried the above code and it didn't work. Thank you so much! Link to comment
mgcreative Posted April 26 Share Posted April 26 48 minutes ago, cassandraism said: Hi! I'm trying to do (I think) the same thing for this site I'm building https://chiton-teal-a3tj.squarespace.com/early-learners and when you're on any page from the dropdown, everything in the folder is highlighted. I want to keep the underlines on the main menu items, but not the dropdown links. I tried the above code and it didn't work. Thank you so much! I'm trying to do the same thing! Remove the active style from the folder... I just posted about it here: Link to comment
tuanphan Posted April 28 Share Posted April 28 On 4/26/2024 at 9:55 PM, cassandraism said: Hi! I'm trying to do (I think) the same thing for this site I'm building https://chiton-teal-a3tj.squarespace.com/early-learners and when you're on any page from the dropdown, everything in the folder is highlighted. I want to keep the underlines on the main menu items, but not the dropdown links. I tried the above code and it didn't work. Thank you so much! Your site is private. I can't access it. You can follow this guide. On 4/26/2024 at 10:44 PM, mgcreative said: I'm trying to do the same thing! Remove the active style from the folder... I just posted about it here: I added an answer 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
cassandraism Posted April 30 Share Posted April 30 On 4/28/2024 at 3:27 AM, tuanphan said: Your site is private. I can't access it. You can follow this guide. I added an answer Sorry about that! Here's the new password: codetest https://chiton-teal-a3tj.squarespace.com/ Link to comment
Sam0smith Posted April 30 Share Posted April 30 @cassandraism You can use this code to Website > Website Tools > Custom CSS .header-nav-item.header-nav-item--folder.header-nav-item--active a { border-bottom: 4px solid #f6bc4b !important; } .header-nav-item.header-nav-item--folder .header-nav-folder-content a { border: none !important; } It will fix the hover underline issue. majiso-lisa99 1 Link to comment
cassandraism Posted May 1 Share Posted May 1 On 4/30/2024 at 4:00 PM, Sam0smith said: @cassandraism You can use this code to Website > Website Tools > Custom CSS .header-nav-item.header-nav-item--folder.header-nav-item--active a { border-bottom: 4px solid #f6bc4b !important; } .header-nav-item.header-nav-item--folder .header-nav-folder-content a { border: none !important; } It will fix the hover underline issue. It worked. Thanks so much! Sam0smith 1 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