Hello,
I cant seemt to figure out how to change H2 for featured cotent section on my site.
https://officalorganicuniverse.myshopify.com/
I have tried with this:
.template-index {
.featured-content-section_title {
color: white !important;
}
}
Hello,
I cant seemt to figure out how to change H2 for featured cotent section on my site.
https://officalorganicuniverse.myshopify.com/
I have tried with this:
.template-index {
.featured-content-section_title {
color: white !important;
}
}
@OrganicUniverse - please add this css to the very end of your theme.scss file and check, it is for this particular section, will not change any other content color, should look like screenshot below
#shopify-section-template--15254567190712__1640556998c4831426 h2{color: #fff;}