Remove underline, under links

Solved

Remove underline, under links

Luxurymrkt
Globetrotter
761 2 161

 Hi,

 

I want to remove the underline under button links. My site is https://vazluxe.com

 

675E1CEF-D02C-4B65-A6BA-B4A3B2DA6D2A.jpeg

Thank You | mike
Accepted Solution (1)

pawankumar
Shopify Partner
710 102 123

This is an accepted solution.

Hi @Luxurymrkt 
Please put this css in theme.liquid before body closing tag </body>

<style>
.btn.btn--callout span::before, 
.btn.btn--callout span::after {
    height: 0px !important;
}
</style>

Thanks!

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan

View solution in original post

Reply 1 (1)

pawankumar
Shopify Partner
710 102 123

This is an accepted solution.

Hi @Luxurymrkt 
Please put this css in theme.liquid before body closing tag </body>

<style>
.btn.btn--callout span::before, 
.btn.btn--callout span::after {
    height: 0px !important;
}
</style>

Thanks!

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan