Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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
You can follow the instruction here to change the text color:
1. Go to Shopify > Theme > Customize > open Custom CSS
2. Copy and paste this code to the section > Save
.rte>*:last-child {
margin-bottom: 0;
color: #ffffff;
}
Here is the result :