Anyone knows how I can underline the variant label here? So customers can see it is a link.
Topic summary
A user seeks to underline variant labels on their Shopify product page to make them visually identifiable as clickable links.
Solution Provided:
- Access Shopify admin: Online Store ā Theme ā Edit Code
- Navigate to the CSS asset file
- Add the following CSS rule at the bottom:
.tool-tip-trigger__title {
text-decoration: underline !important;
}
Outcome:
The solution was confirmed as working by the original poster.
Hi @ddcu
This is Kate from PageFly - Landing page builder. Iād like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file:
.tool-tip-trigger__title {
text-decoration: underline !important;
}
Hope my answer will help you
1 Like
amazing thanks Kate
