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-09-18 23:23:41

jendaflo
Member
Registered: 2017-09-16
Posts: 6

Hover in the album set

Please, how can I make the "hover" color change for the tile in the album set. I have not found this setting anywhere. Thanks for the help.

Offline

#2 2017-09-18 23:45:31

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

Re: Hover in the album set

I assume you're referring to the album titles in the album set?

that will need to be done with custom css
http://backlight.theturninggate.net/doc … tylesheets

try this:

figcaption p.album-title:hover {
	color: red;
}

and this instead for both title and description:

.albums figcaption:hover {
	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-09-19 04:52:46

jendaflo
Member
Registered: 2017-09-16
Posts: 6

Re: Hover in the album set

Thanks, it works for text, but not for gray tiles / titles, see the link. Please help me.

http://www.floriankovi.cz/ttg/?page=collection

Offline

#4 2017-09-19 05:27:27

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

Re: Hover in the album set

try this for the album background color:

.albums figure a:hover {
	background-color: green;
}

Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#5 2017-09-19 14:54:48

jendaflo
Member
Registered: 2017-09-16
Posts: 6

Re: Hover in the album set

Thanks, you are "ttg" God :-)

Offline

Board footer

Powered by FluxBB