http://fitness.maximfactory.com/product/blender-bottle-sport-mixer/
With my background being a darker color the review section of the product page isn’t noticeable, it blends in with the background.
What do I adjust in Endfold to help with this? Or is there a css code for this?
Thanks.
Hey Micheal0424!
You can add the following code to Quick CSS to modify the color of the review section:
#top div.product .woocommerce-tabs {
background-color: #FFF;
}
Best regards,
Arvish
Worked perfectly, thanks!!