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.
Hello community,
I go well in the design of my site through the forum. I use a custom stylesheet in CSS file.
In my stylesheet, I would like to use :hover Selector to highlight the thumbnails of my album sets, but I haven't found the name of the corresponding class.
In general, is there a list of "id" and "class" describing the corresponding elements?
Thank you in advance for your advice.
Laurent
Offline
you can get the full stylesheet by looking at the source code of your site and clicking on the line that looks like this:
<link rel="stylesheet" type="text/css" media="all" href="http://yoursite.com/backlight/publisher/resource.php?template=6&extension=css&name=style" />
Probably the easiest way to find out what selectors are controlling thumbnails is to use the browser's inspector.
.album-frame:hover seems to do it for the standard thumbnail grid.
Masonry, however, may need something else, like maybe .gallery .item:hover
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Thank you Rod for your precious advices. I could do what I wanted.
http://www.alpes-sud-photos.com/galleries/2_bivouacs/
Laurent
Last edited by LaurentL (2016-12-29 18:14:33)
Offline