Changing the color of the "Pay in 4 interest-free installments" text of shop pay on Dawn

Changing the color of the "Pay in 4 interest-free installments" text of shop pay on Dawn

Sterye
Tourist
4 0 1

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

Sterye_0-1738299221441.png

 

Replies 4 (4)

LizHoang
Shopify Partner
901 108 138

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

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
Sterye
Tourist
4 0 1

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!

LizHoang
Shopify Partner
901 108 138

Hi @Sterye 

 

You can try this code :

 

.pr-1\.5 {
    padding-right: .375rem;
    color: white !important;
}

.m-0 {
    color: white !important;
}

 

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
Sterye
Tourist
4 0 1

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.