Change text color of rich text on taste theme to white on white background

I want to add a rich text section on my home page with white text on a white background to add keywords for SEO, but there’s not option to change the text color in the editor.

drinknerve.com

Hi @NerveEnergy ,

Go to Assets > section-rich-text.css and paste this at the bottom of the file:

.rich-text__blocks * {
    color: #fff !important;
}

You can change the color code to your liking.

Hope it helps!

Thanks, that worked!