As per the title, some text in my store is stuck on red.. I have been looking for a solution but can’t find one.
see the link provided of my store
EDIT: I use the publisher theme
As per the title, some text in my store is stuck on red.. I have been looking for a solution but can’t find one.
see the link provided of my store
EDIT: I use the publisher theme
Hi @Stikkles ,
Try this.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
And Save.
body.gradient {
color: #9EC2CC;
}
Result:
I hope it help.
Thank you very much! ![]()
Welcome happy to help. ![]()