How to get rid of link underlining in dawn theme?

I’ve dug around and can’t seem to find anything that will work to remove the underlining of all my links, as well as the underline that occurs on hover in my dawn theme, and I can’t find any settings in the theme editor. Is there some code changes I can make for this?

2 Likes

You tried:

  • text-decoration: none ?

yes, I’ve tried that : )

I got it off of the main menu that way, but it’s still on my product description pages, and my collection pages.

@maurinclan

Welcome to the Shopify community!
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

1 Like

elliegrace-baby.myshopify.com

Thanks!

1 Like

@maurinclan
its password protected. Kindly Share your Storefront password to view your Store.

Moderator edit, content removed as requested by author

@maurinclan

where you want to remove underline from menu?

On the collection pages, it underlines links when I hover, Agate – EllieGrace Baby

On the product pages, it underlines links in the product description: Arrows in Begonia – EllieGrace Baby

share me collection and product page links

Where you want to remove underline give an screenshot or mark it. .

Sorry, I thought I did:

Forget Me Not in Aspen - Custom Crib Bedding and Toddler Bedding – EllieGrace Baby

Agate – EllieGrace Baby

1 Like

@maurinclan

You mean this underline.

[[email removed]

Sorry i didn’t get any images or i can see it,.

I’ll try putting them in the post instead of responding through email…

@Zworthkey

1 Like

@maurinclan

You can PM me. the images

.product__tax.caption.rte a {
    text-decoration: none !important;
}
.shopify-installments__learn-more{
text-decoration: none !important;
}
nav.breadcrumb a {
    text-decoration: none !important;
}
.rich-text__text.rte p a {
    text-decoration: none !important;
}

@maurinclan

Add this code in the bottom of base.css file

1 Like