Single product page – Extra info text color
-
Hi!
I’m not sure how to change the color of the text and the background color for the extra info at the bottom of my single product pages. I’ve added some screenshots to show you which part of the page I’m talking about.
Thanks in advance!
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide the page URL with this table. I will provide custom CSS.
Best Regards
Hi!
It happens on all single product pages, so as an example: https://happydayssweets.com/shop/kies-je-eigen-4-pack/
Thanks in advance!
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-tabs-wrapper{
background:pink;
}
body .woodmart-accordion-title.active{
color:white;
}
Best Regards