Hello my website has light pink font. It’s too light to read. How to I change all the website text to black color font?
Topic summary
A user reports that their Shopify website (Mariandbree.com) has light pink text that is difficult to read and wants to change all text to black.
Troubleshooting Steps:
- Multiple support members requested the store URL to investigate
- User provided the website address: Mariandbree.com
Solution Provided:
A CSS code snippet was shared to resolve the issue:
- Navigate to: Online Store > Themes > Actions > Edit Code > base.css
- Add the following code to the base.css file:
body.gradient * {
color: #000;
}
This CSS rule targets all elements within the body and forces text color to black (#000). The discussion appears resolved with a concrete technical solution, though user confirmation of success is not yet documented.
Hi @Wenevergoout ,
Could you please share your store URL so that we can review it and provide you with the best solution?
Could you please share the store link so we can check further?
Looking forward to hearing from you soon. Thank you!
Best,
Daisy - Avada Support Team.
Hello the url is Mariandbree dot com##- Please type your reply above this
line -##
He’ll, thank you the website is Mariandbree dot com ##- Please type your
reply above this line -##
Hi @Wenevergoout ,
Go to Online Store > Themes > Actions > Edit Code > base.css
Add below code in base.css file
body.gradient * {
color: #000;
}