Remove underline, under links

Topic summary

A user seeks to remove underlines from button links on their Shopify store (vazluxe.com). An image was provided showing the specific underlined elements.

A solution was offered involving custom CSS code to be inserted in the theme.liquid file before the closing tag. The CSS targets link elements with ‘text-decoration: none !important’ to remove underlines.

Status: A potential fix has been provided but not yet confirmed as implemented or successful.

Summarized with AI on October 30. AI used: claude-sonnet-4-5-20250929.

Hi,

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

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


Thanks!