Need help with faded text using Dawn theme

ShopModeLA
New Member
4 0 0

I am currently using the dawn theme and there are a few areas of my website where the text is faded, or seems to have an overlay. I want all text on my site to be bright white and bold. I can't seem to figure this out. Only some text is showing as a bright white as you can see in the attached photos. 

Screenshot 2023-06-06 at 2.05.11 PM.pngScreenshot 2023-06-06 at 2.05.40 PM.png

Thank you for your help!

Replies 5 (5)

BSS-Commerce
Shopify Expert
3441 459 512

Hi @ShopModeLA 
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.

For B2B solutions and custom pricing, check out B2B Solution & Custom Pricing |
For adding product labels/badges, visit Product Labels by BSS

BSS Commerce - Shopify Apps & Store Development Service Provider

Hire a Shopify expert | Shopify Plus Store Development

ShopModeLA
New Member
4 0 0
BSS-Commerce
Shopify Expert
3441 459 512

Hi @ShopModeLA 

You can add the following css code at the end of base.css

.rich-text__heading,
.rich-text__text,
.rich-text__buttons,
.product__description p{
color: white,
font-weight: bold
}

You can change the font-weight you want with a numeric value (eg 500, 600, 700,..)

If it worked, please mark as a solution. Good luck!

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.

For B2B solutions and custom pricing, check out B2B Solution & Custom Pricing |
For adding product labels/badges, visit Product Labels by BSS

BSS Commerce - Shopify Apps & Store Development Service Provider

Hire a Shopify expert | Shopify Plus Store Development

ShopModeLA
New Member
4 0 0

Unfortunately, I did not find any changes after adding that code. I tried a few different numbers to see if there was any difference.

BSS-Commerce
Shopify Expert
3441 459 512

Hi @ShopModeLA 

You can try another code at the end of the base.css

.rich-text__heading,
.rich-text__text,
.rich-text__buttons,
.product__description > p{
    color: white !important,
    font-weight: bold !important,
}

Please note if it don't work, do not delete this code in the base.css file. So we can see it on the inspect section of the web and help you.

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.

For B2B solutions and custom pricing, check out B2B Solution & Custom Pricing |
For adding product labels/badges, visit Product Labels by BSS

BSS Commerce - Shopify Apps & Store Development Service Provider

Hire a Shopify expert | Shopify Plus Store Development