LV-OZ Posted June 14, 2022 Posted June 14, 2022 Site URL: https://lobster-ray-g42d.squarespace.com/config/design/custom-css Hi - I am hoping someone can assist. I am struggling to remove the underline in my dropdown navigation and mobile navigation. I have been using the following codes, which have been suggested in previous queries, but it does not seem to work for me and I don't know why! Thank you! header a { background-image: none !important; } div.header-menu-nav-item--active a { background-image: none !important } .header-nav-wrapper a { background-image: none !important; }
tuanphan Posted June 15, 2022 Posted June 15, 2022 Try this code div.header-nav-item * { background-image: none !important; } LV-OZ 1 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!)
LV-OZ Posted June 15, 2022 Author Posted June 15, 2022 25 minutes ago, tuanphan said: Try this code div.header-nav-item * { background-image: none !important; } YES!! Thank you, that worked. Much appreciated
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment