uhohitsheidiho Posted October 4 Posted October 4 Site URL: https://www.heidiarcilla.com/ Hello, The underlines in my navigation header are still appearing despite adding the custom CSS code: .header-nav-item--active a { background-image: none!important; font-weight: bold } I would like for the nav items to remain bold, but it appears that the underlines aren't going away. Please help! Thank you!
Solution paul2009 Posted October 4 Solution Posted October 4 27 minutes ago, uhohitsheidiho said: The underlines in my navigation header are still appearing despite adding the custom CSS code Hello @uhohitsheidiho 👋 The underlines are added as an animation using the ::after pseudo-element. You should be able to hide them with something like this: .tweak-global-animations-animation-type-flex .header-nav-item:not(.header-nav-item--folder) a::after { display: none; } Did this help? Please give feedback by clicking an icon below ⬇️ Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
uhohitsheidiho Posted October 4 Author Posted October 4 Hi @paul2009 Thanks so much for providing this code! This worked however, my items aren't in bold font. I tried adding this at the end but it didn't work font-weight: bold }
paul2009 Posted October 5 Posted October 5 11 hours ago, uhohitsheidiho said: This worked however, my items aren't in bold font. When I checked the site (before providing the code to remove underlining) there wasn't any bold formatting. However, you can add bold formatting for the active page by adding: .header-nav-item--active a { font-weight: bold!important; } Did this help? Please give feedback by clicking an icon below ⬇️ Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
uhohitsheidiho Posted October 14 Author Posted October 14 Hi @paul2009, Sorry to have to reopen this ticket, the codes you provided are working but I notice that when you click on the case studies listed under the "work" menu, "work" nav item isn't bold. It stays bold on the "home" nav item. Could you please advise? Thank you! -Heidi
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment