How to remove underline from element

Solved

How to remove underline from element

undercoverfresh
Pathfinder
148 0 24

I’m looking to remove the underline from size guide for mobile and desktop on dawn theme 

 

url knmb1c-pf.myshopify.com

password samurai 

 

IMG_8116.jpeg

Accepted Solution (1)

topnewyork
Astronaut
1539 189 250

This is an accepted solution.

Hi @undercoverfresh 
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

<style>
button#ProductPopup-popup_3R9ppt {
    text-decoration: none !important;
}
</style>

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month

View solution in original post

Reply 1 (1)

topnewyork
Astronaut
1539 189 250

This is an accepted solution.

Hi @undercoverfresh 
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

<style>
button#ProductPopup-popup_3R9ppt {
    text-decoration: none !important;
}
</style>

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month