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

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

Stateofmind_
Tourist
14 0 5

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

Screenshot 2024-11-27 at 14.45.23.png

Screenshot 2024-11-27 at 14.53.27.png

Reply 1 (1)

RaymondX
Shopify Partner
3 0 0

Hello @Stateofmind_ 

  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