Hi all
Just launched a new ecomm store in Enfold and it’s now bugging me why any of the products displaying 2 attributes/variations has a white background around the ‘choice’ section only.
Have a look at http://www.iridiumkendal.co.uk/product/rhodia-classic-a5-notebook/ as an example and you’ll need to look closely at the 2nd attribute to see what I mean, very hard to see, but there is a difference.
Any ideas?
Best regards
Jeff
Hey jpdesignecomm!
How are you? I hope you’re doing well today.
It is intended as alternate color scheme. You can add this on Quick CSS or custom.css to make it transparent:
.main_color tr:nth-child(even) {
background-color: transparent;
color: #666666;
}
Cheers!
Ismael
Hi Ismael
Brilliant result, you’ve gone straight to the top of my hero list.
Thanks
Jeff