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,
- In your Shopify Admin go to online store > themes > actions > edit code
- 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 
any idea why it doesnt work for me ?