Shopify themes, liquid, logos, and UX
I'm really struggling to change the color of the text in my blogs when they're posted. They come up as pink, which is great on every other part of the website...but gets hard to read when applied to a long blog. I can't find any links, videos, forums addressing this and could use some help. I currently have to highlight and change each paragraph one by one when creating the blog content to the color I want, and even then it doesn't always work. Could someone please explain to me what the CSS code that I need is and where to put it. Thank You!
Solved! Go to the solution
This is an accepted solution.
Hey @VERMILUV
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.article-template__content {
color: black !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hey @VERMILUV
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
This is an accepted solution.
Hey @VERMILUV
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.article-template__content {
color: black !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @VERMILUV
Check this one.
.article-template__content span {
color: black;
}
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025