Shopify themes, liquid, logos, and UX
Hi, wanting to change the color of the shop pay text and learn more. Wanting to change the text color from black, to white. Using the dawn theme. Website is: Sterye.com
Hi @Sterye
To change the text color, you can follow this instruction:
1. Go to Shopify > Theme > Customize
2. Copy and paste this code on Theme settings > Custom CSS section
.m-0 {
margin: 0px;
color: #f2e9fa !important;
}
I hope it is helpful.
Liz
Hi Liz! Gave this a try and the "Pay in 4 interest-free installments of $ with shop pay" was still black. Would there be another fix that might work? Thanks for the help!
Hi @Sterye
You can try this code :
.pr-1\.5 {
padding-right: .375rem;
color: white !important;
}
.m-0 {
color: white !important;
}
thanks Amy! It looks like it went back to normal on it's own. Not sure if it was just an issue yesterday as before it was the same color as our text color.
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025