Is there a way to get rid of the underline from the links in the utility bar?
Using Lorenzo theme
A user seeks to remove underlines from links in their store’s utility bar while using the Lorenzo theme.
Proposed Solution:
background: none !important; and related selectors.Current Status:
Resolution: Unresolved - awaiting store details to diagnose why the standard CSS approach failed.
Hello,
You can get rid of the underline by adding the below custom CSS, at the end of your theme.css file:
a.utility-bar__link.color-inherit:after, a.utility-bar__link.color-inherit:before {
background: none !important;
}
Cheers!
Hi @Nadine10
Can you please provide your store URL and password as well if applicable, so that I can provide you solution that can work for your store.
Best regards
Sahil
Hi there,
Thank you, this isn’t working. Would you have another solution? Additional code?
Sorry, I can’t further assist without knowing more information. The code that I’ve provided is working on the theme that you’ve indicated, but without knowing the website I can’t have an exact answer.