How to change Blog Post Heading/essential text color

Hello, our store is www.marcodi.com

We are having an issue with the theme background color and the text color on our blog pages being the same. I want to change the text color so that it’s visible.

Example here: https://www.marcodi.com/blogs/news/what-is-a-harpejji

The main text color is changeable but the heading is in black so it’s not visible. I use the Impact theme

Hey @L_Meeks .

Here’s how to achieve that:

  1. Navigate to Sales Channels → Online Store → “Customize” button → Theme settings (Gear icon on the left sidebar) → Custom CSS
  2. Add the following code:
.article-banner__content.text-custom {
    color: white !important;
}
  1. Save (right top corner)
  2. Hard refresh the storefront

If done correctly, the result should be like this:

Hey @L_Meeks

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 tag


RESULT:

If I managed to solve your problem then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Thank you!! this worked.

Anytime, glad to help! :slightly_smiling_face: