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.
Follow these steps:
-
Go to Online Store → Theme → Edit code
-
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;
}
