Change colour of text on image banner

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

1 Like

Hi @ads_18

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 :