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
A user wants to customize the background and text colors of a specific Rich text element on their \
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
Go to Online Store > Themes > Edit Code.
In Assets, open theme.css (or similar file).
Add this CSS at the bottom:
css
.rich-text { color: #FF5733; /* Replace with your desired color */ }
Save and refresh your “About Us” page