Shopify themes, liquid, logos, and UX
Hi,
I want to remove the underline under button links. My site is https://vazluxe.com
Solved! Go to the solution
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!
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!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025