Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I added a rich text section under my image banner, I want the background of just that section to be black with white text. How do I change it without changing the whole colors of the page?
https://theunavailable.myshopify.com/
Thank you!
Solved! Go to the solution
This is an accepted solution.
Hi,
Just change the schema color from the backend
This is an accepted solution.
Hi,
Just change the schema color from the backend
Hi there! I tried to do this you suggested, but when I go to the Rich text, then Edit color Scheme, it edits the entire background of the whole HOME page. Not just the Rich text box. Do you know why this is happening?
thanks!
Go to Online store > Themes > Edit code > open theme.liquid file, add this code below after <head> element
<style>
#shopify-section-template--21494206988566__9614686b-7a3d-4166-be91-c992e5c80f7e .rich-text {
background: #000;
}
#shopify-section-template--21494206988566__9614686b-7a3d-4166-be91-c992e5c80f7e .rich-text,
#shopify-section-template--21494206988566__9614686b-7a3d-4166-be91-c992e5c80f7e .rich-text__heading {
color: #fff;
}
</style>
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.