Change text color 'Image with text' section, Dawn theme

Hi all,
Does anyone know if it’s possible to change the text color of the ‘Image with text’ per section?
Thanks in advance! :wink:

1 Like

@Cher

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

1 Like

Hi @KetanKumar
Thanks for wanting to help me out. My site url is https://ss-studio-studio.myshopify.com

password is paucle

Thanks!

1 Like

@Cher

yes you can do can just add parent section id and add your child dive or element try below code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
#shopify-section-template--14708611022871__16535167369c9906cc h2 {color: #000 !important;}
#shopify-section-template--14708611022871__16535167369c9906cc p {color: #000000 !important;}
#shopify-section-template--14708611022871__16535167369c9906cc .button {background: #000 !important;color: #fff !important;}
2 Likes

It works, thank you so much. Now I just have to figure out how to do this on the other pages.
I’ll try. Thanks again, you’re a hero!!!

1 Like

@Cher

its my pleasure to help us