Hi everyone I hope you all are doing well. I have been struggling to figure out on how to make the font color on the product discovery page a different color then rest of my pages.
So far I have been able to figure out how to make my background black just the way I want it to be using this code in the page header code injection area:
<style>
.Main {background-color: #000000 !important;
}
</style>
But the problem is now that that the text below it which include the jacket name and price is black and I want it to be white so it looks like this:
I assume this will directly affect the product details section, but how would I go about fixing this?