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;
}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025