Community @ The Turning Gate

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.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2017-08-03 03:26:35

bcobb10b
Member
From: Sandy Springs GA
Registered: 2014-03-28
Posts: 77

Slideshow view thumbnail CSS - release 1.22

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

#2 2017-08-03 03:34:43

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Slideshow view thumbnail CSS - release 1.22

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

#3 2017-08-03 04:14:59

bcobb10b
Member
From: Sandy Springs GA
Registered: 2014-03-28
Posts: 77

Re: Slideshow view thumbnail CSS - release 1.22

Thanks, worked like a charm.  However I think I'll use something besides the gaudy red :-)

Bill

Offline

#4 2017-08-03 04:23:04

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Slideshow view thumbnail CSS - release 1.22

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

Board footer

Powered by FluxBB