Using Habitat Theme. How can I change the color of all the body text only?

Solved

Using Habitat Theme. How can I change the color of all the body text only?

Life_Wellness
Tourist
12 0 2

I am using the Habitat theme and it seems that in the color selector and the "Primary Color" option is responsible for the color for the header and body text throughout the site. How can I make it so that the body text is a different color. I don't just want to apply this to the rich text element, but also everywhere else that body text appears, such as product pages. Is there a specific file that will allow me to modify colors individually?

 

https://shoplifewellness.myshopify.com/

Accepted Solution (1)

DelightCart
Shopify Partner
1264 83 157

This is an accepted solution.

@Life_Wellness Go to assets/app.css and paste below css at bottom of file.

 

body, .body-font
{
color: #000 !important;
}
Delight Cart - It's time to turn your visitors into loyal shoppers! 

Delight Loyalty - Increase repeat sales quickly and build lifelong customers loyalty.

View solution in original post

Replies 3 (3)

DelightCart
Shopify Partner
1264 83 157

This is an accepted solution.

@Life_Wellness Go to assets/app.css and paste below css at bottom of file.

 

body, .body-font
{
color: #000 !important;
}
Delight Cart - It's time to turn your visitors into loyal shoppers! 

Delight Loyalty - Increase repeat sales quickly and build lifelong customers loyalty.
Life_Wellness
Tourist
12 0 2

Quick and Easy! Thanks for your help. 

katsidehustle1
New Member
4 0 0

Hi 

I have this same issue and want to try your solution however I can’t even find the assests/apps.css section you say to go to - can you direct me?