Solved

Prestige Theme - Remove Underline from links

Multibrands
Explorer
65 2 29

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

Accepted Solution (1)
Kinjaldavra
Shopify Partner
2302 570 1422

This is an accepted solution.

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;
}

 

View solution in original post

Replies 4 (4)

Kinjaldavra
Shopify Partner
2302 570 1422

hello @Multibrands 

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

Multibrands
Explorer
65 2 29

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

 

Screenshot 2021-10-29 at 09.36.44.png

Kinjaldavra
Shopify Partner
2302 570 1422

This is an accepted solution.

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;
}

 

Multibrands
Explorer
65 2 29

Perfect!