Blog Hyper Link Colour can't be changed

Good afternoon

I am using the Dawn theme and I have a hyperlink on my blog post that I can’t see because of the colour.

I am completely unable to change these, I have tried in theme settings, I have tried a css script at the end of the base.css - which both change all the rest, but not this one!

Can anybody give a little guidance?

1 Like

Hi @BertyB

Could you please share the store link with me?

Thank you!

Best,

Daisy - Avada Support Team.

Hi Daisy

Link is below

Touch My Tee - The Beginning

Hello @BertyB

Go to Online Store, then Theme, and select Edit Code.
Search for Layout/theme.liquid
Add the provided code at the end of the file.

summary.share-button__button {
color: #fff;
}
.article-template__back.element-margin-top.center.scroll-trigger.animate--slide-in {
color: #fff;
}
.article-template__link{
color: #fff;
}
.article-template__content p{
color: #fff;
}

1 Like

Hi @BertyB

I hope you are well. You can follow our instructions below:

Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
Step 3: Copy the code below and paste it there

Here is the code for Step 3:

share-button.share-button.quick-add-hidden * {
    color: white !important;
}
.article-template__back a.article-template__link {
    color: white !important;
}

Please let me know if it works. Thank you!

Best,
Daisy - Avada Support Team.

Hi Daisy

That is amazing ! Thankyou so much for your help!

Many thanks

Matt

Thank you for your confirmation :heart: I’m glad it can help.

1 Like