Hi there!
I’m running a Shopify store and two of the sections on the landing page changed colors (from #121212 to #FFFFFF) over the weekend. Any help diagnosing the bug would be appreciated, since I’m very much a rookie when it comes to coding.
Attached screenshot with the section:
Landing page is: bonebox.fi
Best,
Oscar
Hey @BoneBox
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards, Moeed
Hi,
Add this CSS code Online Store > Themes > Edit code > Assets > custom.css or theme.css
#shopify-section-template--15249667064013__163827738050056074 .image-with-text__heading, #shopify-section-template--15249667064013__163827738050056074 .image-with-text__text { color: #121212 !important; }