Changing background color and text color of a specific "Rich text" element

Topic summary

A user wants to customize the background and text colors of a specific Rich text element on their \

Summarized with AI on November 3. AI used: claude-sonnet-4-5-20250929.

In my “About us” page i want to change the color of this “Rich text” element. I will post a design screenshot here for reference.

Site link: https://gkv2no9d927jvzoi-55008723125.shopifypreview.com

Hello @Stateofmind_1

  1. Go to Online Store > Themes > Edit Code.

  2. In Assets, open theme.css (or similar file).

  3. Add this CSS at the bottom:

    css

    .rich-text { color: #FF5733; /* Replace with your desired color */ }

  4. Save and refresh your “About Us” page