Topic summary
Goal: Change the text color in the “Image with text overlay” section on a Shopify store using the Influence theme, since adjusting the color scheme accent had no effect.
Context: Store URL shared (https://www.exploresherpa.com/). A screenshot was provided but not essential to the fix.
Proposed fix:
- Navigate to Online Store → Theme → Edit code.
- Open theme.css and add CSS that forces the headings in that overlay section to white.
- The CSS targets the specific section ID and sets h2 and h3 color to #fff using !important.
Outcome: A code-based solution was provided to override the text color for that section. No confirmation yet that it resolved the issue; discussion appears open.
1 Like