Hi Moderators. I need help to change my home page product slider font colour. As a default, it is white in colour due to other pages.. However, for the home page, I need the font to be black. What CSS do i need to add.
the website is given below
Hey alsonjonsolutions,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.home .avia-content-slider h2.woocommerce-loop-product__title {
color: black;
}
Best regards,
Nikko