ashleyklassen Posted October 2, 2023 Posted October 2, 2023 I've tried several CSS codes for removing the line under the nav menu item but nothing has worked.
Lesum Posted October 2, 2023 Posted October 2, 2023 @ashleyklassen You can add this code snippet within the Custom CSS panel: .header-nav-item--active a { background-image: none !important; } .header-menu-nav-item-content { background-image: none !important; } If it doesn't work, please feel free to share your site's URL. Thanks! If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
ashleyklassen Posted October 17, 2023 Author Posted October 17, 2023 Yes I tried this one, but it doesn't work. You can see my website https://www.totemehouse.com/
tuanphan Posted October 19, 2023 Posted October 19, 2023 On 10/17/2023 at 10:05 AM, ashleyklassen said: Yes I tried this one, but it doesn't work. You can see my website https://www.totemehouse.com/ Underline on active items or? If active items, use this CSS code div.header-nav-item--active a:after { display: none; } 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment