Guest Posted June 8, 2020 Posted June 8, 2020 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; }
tuanphan Posted June 8, 2020 Posted June 8, 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Guest Posted June 8, 2020 Posted June 8, 2020 We have not published the site yet. One of the reasons being this design issue. edit: seedfolkgoods.com password: supersecret
derricksrandomviews Posted June 9, 2020 Posted June 9, 2020 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.
Guest Posted June 9, 2020 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.
derricksrandomviews Posted June 9, 2020 Posted June 9, 2020 And you need a business plan to add it to custom css.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.