Shopify themes, liquid, logos, and UX
hey guys
as the title says, my 'rich text' section is showing a black background and I cant change it
please help
dawn 11.0 theme
thank you
Solved! Go to the solution
This is an accepted solution.
Hello @massmonster
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> custom.css ----> line number 60
search this code and -----> delete and the save.
.rich-text.sunday-txt-mass {
background: #bd6060 !important;
}
and then try to change the color schemes from here
and the result will be ( i have changed to white.)
If this was helpful, hit the like button and mark the job as completed.
Thanks
Hi, @massmonster
It can be changed by custom code. Please share the store URL so that I can assist you.
@massmonster Please follow below steps to change the background color of "Rich text". Let me know whether it is helpful for you.
I should have mentioned that the scheme was already set to a white background, hence why the issue is stumping me.
here is URL
https://14ahxbeh101holtc-61384720617.shopifypreview.com
This is an accepted solution.
Hello @massmonster
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> custom.css ----> line number 60
search this code and -----> delete and the save.
.rich-text.sunday-txt-mass {
background: #bd6060 !important;
}
and then try to change the color schemes from here
and the result will be ( i have changed to white.)
If this was helpful, hit the like button and mark the job as completed.
Thanks
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the line 60 in custom.css and change the color value like below.
.rich-text.sunday-txt-mass {
background: #fff !important;
}
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025