Shopify themes, liquid, logos, and UX
How can I change the text colour on the top right ? Possible to give me step by step instructions . It's using a dawn theme . Website url is : https://www.platoworldwide.com/password
Solved! Go to the solution
This is an accepted solution.
Hello @tansrirain458
Go to online store ---------> themes --------------> actions ------> edit code------->base.CSS ------line number 608
check below code there.
.underlined-link, .customer a {
color: rgba(var(--color-link), var(--alpha-link));
}
and replace with this code.
.underlined-link, .customer a {
color: white !important;
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
This is an accepted solution.
Sure , change the same code with this and save
.underlined-link, .customer a {
color: #ccff00 !important;
}
and the result will be
Thanks a lot......!!!
Hi, I can't see the text in the top right corner. Can you tell me which text you want to modify it's color?
This is an accepted solution.
Hello @tansrirain458
Go to online store ---------> themes --------------> actions ------> edit code------->base.CSS ------line number 608
check below code there.
.underlined-link, .customer a {
color: rgba(var(--color-link), var(--alpha-link));
}
and replace with this code.
.underlined-link, .customer a {
color: white !important;
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
Thanks so much ! Appreciate it , got it fixed . If it's possible to change to the green that I'm using ?
This is an accepted solution.
Sure , change the same code with this and save
.underlined-link, .customer a {
color: #ccff00 !important;
}
and the result will be
Thanks a lot......!!!
You're a life saver , thanks alot ! God Bless
@tansrirain458 Please follow the below steps to change the text colour in the password page. Let me know whether it is helpful for you.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025