Dawn theme - Change colour of title text on collection page

Hey! Hoping someone can help. I’m pretty bad with coding but know some basics. I want to change the colour of the ‘title’ text within the collection pages of my site (Dawn theme ). Photo attached to show too.

www.cold-clothing.com

help appreciated.

Hi @Coldclothing

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

@media screen and (max-width: 767px){

h1.collection-hero__title {

color: red;

}

}

Hope that my solution works for you.

Best regards,

Victor | PageFly

Hello @Coldclothing ,

It’s GemPages support team and glad to support you today.

I would like to give you a recommendation to support you so kindly follow steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


Let us know how it works for you.

Best regards,
GemPages Support Team