HOW TO GET LINKS UNDERLINED IN PRESTIGE THEME

isSalon
Excursionist
20 0 6

\Just wondering the code and where to install to have all links in my page underlined.  For example, in the image below, "contact us" should be underlined.

www.issalonvancouver.com

theme = prestige

Screen Shot 2021-07-22 at 12.07.36 PM.png

 

 

Replies 2 (2)

dmwwebartisan
Shopify Partner
12280 2546 3694

@isSalon 

Please add the following code at the bottom of your assets/theme.css file.

 

.template-page .PageContent a {
    text-decoration: underline !important;
}

 

Hope this works.

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
isSalon
Excursionist
20 0 6

Thank you, but that made all the links underlined.  Is there a way to just have the links on the individual pages underlined - not the menu/navigation etc.