Underline variant label

Solved
ddcu
Excursionist
26 0 2

Anyone knows how I can underline the variant label here? So customers can see it is a link.

https://5m35ej9u666kr7xk-64120127726.shopifypreview.com/products_preview?preview_key=aa106a741666252... 

ddcu_0-1675106318053.png

 

Accepted Solution (1)
PageFly-Kate
Shopify Partner
728 262 202

This is an accepted solution.

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

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7. 


Make your Instagram Feed a Sales Generator with VIBE Shoppable Instagram Feed.

View solution in original post

Replies 2 (2)
PageFly-Kate
Shopify Partner
728 262 202

This is an accepted solution.

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

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7. 


Make your Instagram Feed a Sales Generator with VIBE Shoppable Instagram Feed.

ddcu
Excursionist
26 0 2

amazing thanks Kate