All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I want to change this sub heading colour to red ff0000
URL:- timemachineprojects.com
Please add this css code into your theme customizer and its done
For Only This section
div#shopify-section-featured_collections_FTzdyj h3.SectionHeader__SubHeading.Heading.u-h6 {
color: #ff0000;
}
For all the sections subheading
h3.SectionHeader__SubHeading.Heading.u-h6 {
color: #ff0000;
}
THanks
@Emiway Please send me the store url.