BertyB
November 16, 2024, 12:40pm
1
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
DaisyVo
November 16, 2024, 12:56pm
2
Hi @BertyB
Could you please share the store link with me?
Thank you!
Best,
Daisy - Avada Support Team.
BertyB
November 16, 2024, 12:58pm
3
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
DaisyVo
November 16, 2024, 1:20pm
5
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.
BertyB
November 16, 2024, 1:27pm
6
Hi Daisy
That is amazing ! Thankyou so much for your help!
Many thanks
Matt
DaisyVo
November 16, 2024, 1:28pm
7
Thank you for your confirmation I’m glad it can help.
1 Like