Prestige Theme - Remove Underline from links

Hi there, is it possible to remove the line from underneath links everywhere on my site?

Many thanks

https://techtron-online.myshopify.com/

password: crudah

hello @Multibrands

can you please share a screenshot of which section of Underline Remove from links

1 Like

Hello, thank you for replying, ideally it would be links everywhere but if this is not possible please see screengrab below:

hello @Multibrands

please Go to Online Store->Theme->Edit code then go to assets/universal.css ->paste below code at the bottom of the file.

#shopify-section-1635262017789c0d1a .SectionHeader__Description.Rte a{
    text-decoration: none;
}
1 Like

Perfect!