How can I change the text color in my blog posts using the Dawn theme?

Solved

How can I change the text color in my blog posts using the Dawn theme?

punchofcolor
Visitor
2 0 1

I can't figure out how to change the text color of my blog posts or pages. it is gray, but I want it to be black on these pages. I can't find a way to change this in my theme editor. When I look at the page, it looks grayed out to me, the whole thing...the image as well....

https://punchofcolor.com/pages/free-printable-halloween-coupons

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10201 2421 3065

This is an accepted solution.

Hi @punchofcolor 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.

 

.light {
    opacity: 1;
}

 

Result:

Ribe_Dagandara_0-1692016248603.png

I hope it help.

"🌟 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 🙌"

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
10201 2421 3065

This is an accepted solution.

Hi @punchofcolor 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.

 

.light {
    opacity: 1;
}

 

Result:

Ribe_Dagandara_0-1692016248603.png

I hope it help.

"🌟 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 🙌"

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
punchofcolor
Visitor
2 0 1

THIS WORKED - thank you!!!!

LezzeriFran
Tourist
17 0 1

Hello there,

Please are you able to help me with the same query, except I need to adjust the text colour to a specific colour, because right now it is white and I can't see how to change this without the colour scheme going wrong on my whole website.
Recently I upgraded my Dawn theme from 3.0 to 15.0 and as a result my blog post text is white (unreadable). The developer will not do anything to help.
Here is a link to one of my blog posts https://www.lezzeri.com/blogs/lezzeri-light-love/what-is-gold-plated-jewellery


Are you able to advise how to change this text colour in my blog posts only please? 
Thank you!

ZestardTech
Shopify Partner
6144 1097 1474

Hello

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

.light {
opacity: revert;
}

 

ZestardTech_0-1692017051300.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
imagella
Excursionist
12 0 6

Thank you so much for your help @ZestardTech! Your solution mainly worked well. The text on my blog was complete blurry or very light including the embedded images as well, now the pictures look a lot better (brighter) but the text is still a little blurry, take a look at that here:

 

https://www.imagella.com/blogs/news/the-symbolic-majesty-of-the-american-eagle-bird

 

Do you have any recommendation to make the text color brighter?

 

Thanks,

Tony