Hi,
I have some issues with the woocommerce colors. It uses the Header tag colors.
Is there a way that i can control them ?
Example page : https://the-grid.be/product/multiplayer/
You can see, the background is white, but the heading and other text is also white. If i change the color to for example black it goes trough the whole site and that fucks up the color layout of the rest of the site …
Hey Gunther_Axeli,
Please try the following in Quick CSS under Enfold->General Styling:
.single-product .av_two_fifth .av-special-heading-tag {
color:#000 !important;
}
Best regards,
Rikard
Hey Rikard,
Thanks for the quick reply. That worked but is not the only color problem I have.
If i use the Avia builder there is a element called Product Purchaise Button; that is the element where i want to change the color of the text.
It is white and the background is also white … not easy to read :)
Hi Gunther_Axeli,
Can you try this css code:
#top .wc-bookings-booking-form {
color: black;
}
Let us know if this helps.
Best regards,
Nikko