Reggi Posted May 13 Share Posted May 13 Hey awesome people, I've been trying to fix this but have had no luck so far. I want the underline of the current page in the header to appear slightly further down than what it currently is. Please see website: https://www.lazimdestani.com/ I have added a code that does a line effect when the navigation links are hovered. But when I hover in the current active page, this hover line that transitions appears below the original underline (the one that indicates the active page). What I want to do is avoid seeing double lines, so I would want to either: Move the underline of the current page slightly further down so that when the other one appears it looks better and avoid seeing both. Or alternatively, fix a code so that when the current page gets hovered then the other line doesn't appear. Hope this makes sense and I would really appreciate your help! Kind regards, Regont Link to comment
Solution tuanphan Posted May 14 Solution Share Posted May 14 Add to Design > Custom CSS body:not(.header--menu-open) .header-nav-item--active>a { background-position: 0 calc(~"100% + 1px") !important; } 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
Reggi Posted May 16 Author Share Posted May 16 On 5/14/2023 at 8:03 AM, tuanphan said: Add to Design > Custom CSS body:not(.header--menu-open) .header-nav-item--active>a { background-position: 0 calc(~"100% + 1px") !important; } King! Grateful for your help! Kind regards, Regont 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