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!
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.