Hello, I was recently given a code from a shopify admin to change background color of my homepage featured collection white and to keep the product header words black. It worked out almost perfect. The code has changed my header of my page black,the letters inside my click boxes inside my slideshows black, menu words black, and it changed the headers on my products in the collections black also. I just wanted only the front page collection header words black. It also turned majority of the tabs in my menu words black. Can someone help me alter the header, the words inside my click boxes inside my slide shows, the menu tab words, and the header in the collections area color back to white (everything circled in red) ? I have attached the original code i was given and it was added to the bottom of my theme.css file
the original code I was given
div#shopify-section-template–17050546241749__featured-collection, .grid__image-ratio {
background: white !important;
}
.index-section {
padding: 75px 0;
margin: 0px !important;
}
.custom__item {
margin-bottom: 0px !important;
}
div#shopify-section-template–17050546241749__featured-collection .text-link, a {
color: Black !important;
}




