its set to
Text
044B1B but. light green ;(
A Shopify store owner is experiencing an issue where body text displays in light green instead of the intended dark green color (#044B1B).
Proposed Solutions:
color: #044B1B !important;Current Status:
its set to
Text
044B1B but. light green ;(
Hi @saabbb1212 ,
You can follow the steps here:
Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there
Here is the code for Step 3:
p {
color: #044B1B !important;
}
However, this code may be applied for other section, so please share your store URL so that I can help with a more specific code.
Look forward to your response.
Best,
Daisy
Hi @saabbb1212
please send URL of your website so that we can check where to insert this color.