_yohandeschamps_ Posted February 24 Posted February 24 Hello. Over the years, I added a lot of CSS to my website and tried to organise it as much as possible. I can not figure out how to remove those ugly Nav underlines in all those codes. Let's say I click on one of my nav links; this line will always appear, such as a marker to tell you on which page you are on the website. However, I don't like it. As I am using Spark Plug-in to create the burger, I thought maybe that could come from the plugin. My website is: https://www.yodeschamps.com/ Thank you
Solution Web_Solutions Posted February 24 Solution Posted February 24 28 minutes ago, _yohandeschamps_ said: Hello. Over the years, I added a lot of CSS to my website and tried to organise it as much as possible. I can not figure out how to remove those ugly Nav underlines in all those codes. Let's say I click on one of my nav links; this line will always appear, such as a marker to tell you on which page you are on the website. However, I don't like it. As I am using Spark Plug-in to create the burger, I thought maybe that could come from the plugin. My website is: https://www.yodeschamps.com/ Thank you Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. :is([aria-current="page"], [aria-current="true"]) .header-menu-nav-item-content { background: none !important; } tuanphan 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment