How can I change the text color in the Dawn Theme's rich text section?

Hi all,

If you visit my website which is www.PennsylvaniaParks.org and scroll towards the bottom, you will see the section “Project Director Salary” In the editor of dawn theme, this is considered a rich text section. If you look at the text, you will notice its a greyish color. How do I make the text white? I think white text would just stand out so much better.

Thanks in advance :slightly_smiling_face:

Hi @Justin34 ,

Please follow the instructions below to change the color to white.

  1. From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
  2. Go to Asset folder and open the base.css file
.section-template--14570959994949__1a822bfa-30fb-4951-b434-cdd74db6e198-padding .rich-text__blocks {
    color: #fff;
}

Worked perfectly… thanks so much!