Happening now | Office Hours: Customizing Your Theme With Moeed | Ask your questions now!

How to change blog text color

Solved

How to change blog text color

VERMILUV
Visitor
2 0 1

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!Screenshot 2024-07-08 3.32.26 PM.png

Accepted Solution (1)
Moeed
Shopify Partner
7682 2067 2546

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:

Moeed_0-1720469025183.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 4 (4)

Moeed
Shopify Partner
7682 2067 2546

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

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


VERMILUV
Visitor
2 0 1
Moeed
Shopify Partner
7682 2067 2546

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:

Moeed_0-1720469025183.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Made4uo-Ribe
Shopify Partner
10211 2427 3081

Hi @VERMILUV 

Check this one. 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

.article-template__content span {
    color: black;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1720469144757.png

     

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.