Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #235408

    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

    #235610

    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

    #235619

    Hi Ismael
    Brilliant result, you’ve gone straight to the top of my hero list.

    Thanks
    Jeff

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘2nd Attributes box background colour’ is closed to new replies.