SPT Posted April 15, 2020 Share Posted April 15, 2020 (edited) Site URL: https://www.stpaulstrust.org/ I am having the worst time trying to learn the new 7.1 system. It seems to be far less customize-friendly than 7.0, and I cannot figure out how to remove the strikethrough effect on active links in my navigation (which should be an easy enough task). I tried looking in font settings and am now trying to code it out, with no luck there either. .header-nav-item a { text-decoration: none!important; } .header-nav-item a:hover { text-decoration: none!important; } .header-nav-item--active a { text-decoration: none!important; } Has anyone else experienced this issue and have you found a solution? Edited April 15, 2020 by SPT Link to comment
andersen.lucy Posted May 13, 2020 Share Posted May 13, 2020 Hey @SPT, know you posted this a bit ago, but in case anyone is looking -- this is the code that finally removed the strikethrough for me in 7.1 .header-nav-item--active a { background: none !important;} Link to comment
pizzac4t Posted July 30, 2020 Share Posted July 30, 2020 @andersen.lucy's code worked for me! But I also figured out that it has to do with the line height of your site navigation font. It's not actually a strike through but the active underline on the "next" line. I found any line height is set to 0em or lower will put the underline through your word. So you'd go through Fonts > Advanced > Site Navigation you'll be able to remove that easily :) aamindosnaps 1 Link to comment
tuanphan Posted April 5, 2021 Share Posted April 5, 2021 On 4/1/2021 at 2:11 AM, Kaz123 said: How do I get to fonts? Hi. Do you still need help? Can you share link to your site? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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