I want to change the colour of the text on my image banner. For some reason its a grey-ish colour and I want to change it to white:
Theme is Dawn
website url: https://qmpryp-cx.myshopify.com/
password: chasha
I want to change the colour of the text on my image banner. For some reason its a grey-ish colour and I want to change it to white:
Theme is Dawn
website url: https://qmpryp-cx.myshopify.com/
password: chasha
Hi @ads_18
You can follow the instruction here to change the text color:
Go to Shopify > Theme > Customize > open Custom CSS
Copy and paste this code to the section > Save
.rte>*:last-child {
margin-bottom: 0;
color: #ffffff;
}
Here is the result :