Changing Text Color of Image With Text Overlay

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.

Hello @Explore-Sherpa ,

Please share the store URL.

Thanks

https://www.exploresherpa.com/

1 Like

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;
}