How can I change the colour of heading font within specific sections in Shopify dawn?

Could someone please tell me if it is possible to change the heading font colour within specific sections in Shopify Dawn? For example, on our store we would like to have the image banner font colour to be plain white, however the collection list, featured collection, & collapsible content blocks would be #617EE6.

Store URL: https://www.steamvalves.co.uk/

‘Mastering Steam with Precision’ can remain white.

‘Trending Collection’ should be #617EE6.

Thanks.

Hi @SteamValve

This is Henry 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

.collection-list-title {

color: #617EE6 !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

  • Please follow these steps:

  • Then find the base.css file.
.collection-list-title {
 color: #617EE6 !important;
}
  • Then press ‘Save’ to save the code.

  • Here is the result you will achieve:

  • Here is an example of changing the color of the text ‘Trending Collections’. You can also change the color of other text as desired using CSS according to their classes. See the illustration below.

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.