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
1 Like
Hi @punchofcolor
Try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- 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:
- And Save.
.light {
opacity: 1;
}
Result:
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!
"
2 Likes
Hello
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > base.css and paste this at the bottom of the file:
.light {
opacity: revert;
}
1 Like
THIS WORKED - thank you!!!
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
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!