Changing only the article / blog post text color to #ffffff on a #000000 background Publisher Theme

Solved

Changing only the article / blog post text color to #ffffff on a #000000 background Publisher Theme

JulesGamble
Tourist
3 0 1

I can't seem to figure out how to change JUST the text color on the article so that the article actually shows up properly: https://utni0nk6qgn83ha5-81757045048.shopifypreview.com

Accepted Solution (1)

Beae_Cass
Shopify Partner
447 167 187

This is an accepted solution.

Hi @JulesGamble,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

1. Go to Online Store -> Theme -> Edit code.

2. Open your assets/section-blog-post.css file.

3. Add the code at the end of the file:

.article-template__content.page-width.page-width--narrow.rte.scroll-trigger.animate--slide-in * {
    background: #000000 !important;
    color: #ffffff !important;
}

Beae_Anthony_0-1692223258241.png

Best regards,

Anthony

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Demo Template

View solution in original post

Replies 5 (5)

JulesGamble
Tourist
3 0 1
Made4uo-Ribe
Shopify Partner
10043 2388 3016

Hi @JulesGamble 

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:

 

section#shopify-section-template--20629475885368__main span {
    color: white !important;
}

 

  • And Save.
  • Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

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.

Beae_Cass
Shopify Partner
447 167 187

This is an accepted solution.

Hi @JulesGamble,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

1. Go to Online Store -> Theme -> Edit code.

2. Open your assets/section-blog-post.css file.

3. Add the code at the end of the file:

.article-template__content.page-width.page-width--narrow.rte.scroll-trigger.animate--slide-in * {
    background: #000000 !important;
    color: #ffffff !important;
}

Beae_Anthony_0-1692223258241.png

Best regards,

Anthony

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Demo Template
JulesGamble
Tourist
3 0 1

Thank you! This did the trick 🙂

LezzeriFran
New Member
17 0 0

Hello Anthony,
Your solution worked for me thank you so much! The only thing is that the header text colour didn't change.
It would be amazing if you could please advise me on the code to change the blog post header colour too please?
Thank you!