Need help changing all text color - Dawn Theme

Solved

Need help changing all text color - Dawn Theme

alarconatelier
Excursionist
16 0 5

Hello, 

I was able to change all the menu and product page text color, but I couldn't find a way to change the color in pages like terms of service, contact, and in the rich text in home page.

Is there a away to turn all text that is gray to black? 

 

Accepted Solution (1)
suyash1
Shopify Partner
9853 1226 1566

This is an accepted solution.

@alarconatelier- add this css to the very end of your base.css file and check, should look like screenshot below

body {
    color: rgba(var(--color-foreground),1);
}

 

suyash1_0-1636081847766.png

 

To build shopify pages use pagefly | Contact me - [email protected] , My timezone is GMT+5:30. | Support me

View solution in original post

Replies 8 (8)

suyash1
Shopify Partner
9853 1226 1566

@alarconatelier- can you please share any one page of the pages which have grey text?

To build shopify pages use pagefly | Contact me - [email protected] , My timezone is GMT+5:30. | Support me
alarconatelier
Excursionist
16 0 5

alarconatelier_0-1636046417988.png

 

KetanKumar
Shopify Partner
37094 3645 12053

@alarconatelier 

yes please share store url so i will check and let you know 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on [email protected] regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
alarconatelier
Excursionist
16 0 5
suyash1
Shopify Partner
9853 1226 1566

This is an accepted solution.

@alarconatelier- add this css to the very end of your base.css file and check, should look like screenshot below

body {
    color: rgba(var(--color-foreground),1);
}

 

suyash1_0-1636081847766.png

 

To build shopify pages use pagefly | Contact me - [email protected] , My timezone is GMT+5:30. | Support me
alarconatelier
Excursionist
16 0 5

@suyash1 it worked perfectly! thank you very much!

suyash1
Shopify Partner
9853 1226 1566
Great, please like and accept the solution
To build shopify pages use pagefly | Contact me - [email protected] , My timezone is GMT+5:30. | Support me
iam_RahulPatel
New Member
4 0 0

Thanks, this worked but only for the body text. How can I make all GREY text on the website BLACK? 

I do have some white text, for example on buttons. This text should all stay white.