Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
that's a pretty old post (2015), going back to the CE days. The selectors need updating.
looks like it might be .fancybox-slide--html > *
but probe the add to cart box with the inspector to see if it needs to be more specific than that (else other fancybox elements might change color too)
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
this does work:
.fancybox-slide--html > * {
background-color: red;
}
But as I said, I don't know if it will affect other fancybox elements, like pop-up boxes
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline