Seedfolk Posted June 9, 2020 Share Posted June 9, 2020 (edited) For some reason, a hover effect is showing up on active pages on nav links. For instance, navigate to About page. If you mouseover the About page link, the opacity changes. I have not applied any custom CSS. This came with the starting template. I can't find anything in the Design settings, or otherwise. Chrome inspector shows: body:not(.tweak-transparent-header) .header-nav-item--active a:hover { opacity: .7; } body:not(.tweak-transparent-header) .header-nav-item--active a:hover { opacity: .7; } Edited June 9, 2020 by Seedfolk Link to comment
tuanphan Posted June 9, 2020 Share Posted June 9, 2020 Can you share link to your site? We can check easier. 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
Seedfolk Posted June 9, 2020 Author Share Posted June 9, 2020 (edited) We have not published the site yet. One of the reasons being this design issue. edit: seedfolkgoods.com password: supersecret Edited June 9, 2020 by Seedfolk Link to comment
derricksrandomviews Posted June 9, 2020 Share Posted June 9, 2020 (edited) Its there by default as is the underline of the active link, There is no setting to change it that I can find. body:not(.tweak-transparent-header) .header-nav-item--active a:hover { opacity: .7; } You can add the code and tweak the opacity number to .10 or whatever makes it not fade at all. Edited June 9, 2020 by derricksrandomviews Link to comment
Seedfolk Posted June 9, 2020 Author Share Posted June 9, 2020 11 minutes ago, derricksrandomviews said: Its there by default as is the underline of the active link, There is no setting to change it that I can find. body:not(.tweak-transparent-header) .header-nav-item--active a:hover { opacity: .7; } You can add the code and tweak the opacity number to .10 or whatever makes it not fade at all. Yes, that's possible. However, this creates unnecessary, untidy code. Link to comment
derricksrandomviews Posted June 9, 2020 Share Posted June 9, 2020 And you need a business plan to add it to custom css. 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