Hallo,
gibt es eine Möglichkeit beim Produkt Slider die Textfarbe der Beschreibung und des Preises zu ändern?
Der Hintergund des Sliders ist dunkel und die Schrift hat fast die selbe Farbe.
Danke!
Thomas
Hey Thomas,
Could you post a link to the page in question so that we can take a closer look please?
Best regards,
Rikard
Hallo Tomas,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.avia-content-slider .woocommerce-loop-product__title {
color: #ffffff;
}
.avia-content-slider .price .amount {
color: #999999;
}
Best regards,
Yigit