How can I alter the title color of a specific theme section?

Hi all!

Im trying to change title color of my themes " text with images" section . I ve tried to much codes on css but Im here for your help..

there is a “how it works?” section on this page.

https://www.maxibillion.co.uk/pages/affiliate-program

I want to change title of these field. but just for this page.. to do this ı have even duplicated section. second copy below is duplicate one . which I want to change.

Thanks!

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > styles.css and paste this at the bottom of the file:
cbc.text-column__title2.align-center {
color: red;
}

Screenshot :- https://prnt.sc/BRbRWlLaN8rG

Thanks for your reply!

I have tried

cbc.text-column__title2.align-center {
color: red!important;
}

and it didnt work for me . and ı have tried some similar codes before asking for help :slightly_smiling_face:

any idea why it doesnt work for me ?