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.
Pages: 1
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
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
Thanks, it works for text, but not for gray tiles / titles, see the link. Please help me.
Offline
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
Thanks, you are "ttg" God :-)
Offline
Pages: 1