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:
Navigate to Sales Channels → Online Store → “Customize” button → Theme settings (Gear icon on the left sidebar) → Custom CSS
Add the following code:
.article-banner__content.text-custom {
color: white !important;
}
Save (right top corner)
Hard refresh the storefront
If done correctly, the result should be like this:
Moeed
April 3, 2025, 8:22pm
3
Hey @L_Meeks
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
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