I am unable to change the color of the black text in these images. I am currently using the “studio” template. Is there a way to change the color?
1 Like
Hi @Softea ,
Would you mind to share the URL website? with password if its protected. Thanks!
Yes of course.
https://ece9e9.myshopify.com/
1 Like
Thank you for the information. Try this one.
- 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, style.css or theme.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.
This is for contact:
h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
color: #D4B4FF;
}
And the collection.
.title-wrapper.center * {
color: #D4B4FF;
}
form#FacetFiltersForm * {
color: #d4b4ff;
}
Result:
I hope it help.
Thank you so much!
1 Like


