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.
I really like the method of presenting thumbnails in slideshow view - very nice!
I am building a site around the Dark Starter Page imported template (another new feature that will save me countless time) and would like to darken the background in which the thumbnails are presented. I'm using a single column display so the right side pallet is not an issue. Is there a CSS selector for the thumbnail area?
Bill Cobb
Sandy Springs GA USA
Offline
looks like it's
.fancybox-thumbs
it's also in a media query, so you'll need that in your custom css:
@media all and (min-width: 800px) {
.fancybox-thumbs {
background-color: red;
}
}
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Thanks, worked like a charm. However I think I'll use something besides the gaudy red :-)
Bill
Offline
What?!?! You don't like the red??
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline