i have it now published as my main theme
Topic summary
A user needs to change white text to black on their Shopify store but initially couldn’t share details because the changes were in a draft theme.
Resolution provided:
- After the user published the theme and shared their store URL (distinctz.com), a solution was offered
- Navigate to Online Store → Customize
- Access the Custom CSS section
- Add the following code for the banners at the bottom right:
h2 {color: black !important;} - Save the changes
The issue appears resolved with this CSS snippet targeting h2 elements in the banner section.