Dawn theme: change text color in rich text section

Dear,

Who can help me in changing the text color for a specific rich text section?

I managed to change a part of the rich text from white to black, but not yet the heading & the button.

https://contour-lab.myshopify.com/

Thanks in ad for your help!

@Christinahadi
give me the color which you want to put in the heading and button.
Thank You.

I would like it to be black, please!

Thank you!

@Christinahadi
paste this code on the bottom of the section-rich-text.css file.

.rich-text__blocks a {
    color: black !important;
}
.rich-text__blocks .h1 {
    color: black !important;
}

Thank you.

2 Likes

Hello,

I also need to add this code but need it in this color > #33B4A3 added only to the title text in this particular rich text block. However, I cannot get the code that you provided above (with the “black” text) to work at the bottom of the rich text file. I keep getting an error that says it cannot save. Can you help me with this? (this theme is not yet published).

Thanks!