Shopify themes, liquid, logos, and UX
On my store, I want to change the color of the text in an image with text overlay section. Changing the color scheme accent doesn't do anything. I am using an Influence theme and I could use some code to go into the custom css to force the change.
Solved! Go to the solution
This is an accepted solution.
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.css file and paste the following code at the bottom:
#shopify-section-template--21827397878039__section_image_with_text_overlay_fDLd9T h3, div#shopify-section-template--21827397878039__section_image_with_text_overlay_fDLd9T h2 {
color: #fff !important;
}
Hello @Explore-Sherpa ,
Please share the store URL.
Thanks
This is an accepted solution.
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.css file and paste the following code at the bottom:
#shopify-section-template--21827397878039__section_image_with_text_overlay_fDLd9T h3, div#shopify-section-template--21827397878039__section_image_with_text_overlay_fDLd9T h2 {
color: #fff !important;
}
.flex.flex-col.justify-center.items-start.text-left h3, .flex.flex-col.justify-center.items-start.text-left h2 {
color: var(--colors-headings) !important;
}
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025