Rich text section showing a black background cant change color

Solved

Rich text section showing a black background cant change color

massmonster
Shopify Partner
30 0 6

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

Screenshot 2024-07-10 at 12.29.24 pm.png

Accepted Solution (1)

Rahul_dhiman
Shopify Partner
763 145 157

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

3.png

and the result will be ( i have changed to white.)
4.png

If this was helpful, hit the like button and mark the job as completed.
Thanks

 



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

View solution in original post

Replies 5 (5)

AnneLuo
Shopify Partner
1293 228 266

Hi, @massmonster 

It can be changed by custom code. Please share the store URL so that I can assist you.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

Vinsinfo
Shopify Partner
486 165 169

@massmonster Please follow below steps to change the background color of "Rich text". Let me know whether it is helpful for you.

 
1. From admin go to "Online Store" -> "Themes".
2. Click "Customize" button from the current theme.
3. Click "Rich text".
Vinsinfo_0-1720591252888.png

 

4. Click "Change" button in "Color scheme".
Vinsinfo_3-1720591309950.png
5. Then change the other option like "Scheme 1", "Scheme 2" as per your need.
Vinsinfo_4-1720591316487.png

 

 

 

If the provided solutions not works you. Please let me know and provide your store URL to check further on this.
 
Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support
massmonster
Shopify Partner
30 0 6

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

 

Screenshot 2024-07-10 at 4.38.37 pm.png

Rahul_dhiman
Shopify Partner
763 145 157

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

3.png

and the result will be ( i have changed to white.)
4.png

If this was helpful, hit the like button and mark the job as completed.
Thanks

 



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

AnneLuo
Shopify Partner
1293 228 266

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!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee