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
I currently don't like the look of the album titles below the thumbnails. Any way to hide them completely ?
Thanks a lot
Christopher
Offline
You can do that with custom css.
http://backlight.theturninggate.net/doc … tylesheets
If you want to hide album titles in all album sets, use
.album-title {
display: none;
}
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
I also tried to move the title into the thumbnail, howver here I have the problem of the "white thing below"
Offline
Thx a lot. It works to remove the titles completely. Now I'm looking for a solution to put the title into the image. Is this even possible for a "responsive site"? As I stated a both, I managed the first part, but I can't remove the rest of the "old title"
I also don't get why the transparent background is not showing up on my ipad/iphone.
Last edited by christopherhauser (2019-02-04 00:22:55)
Offline
The leftover white space is part of the <figure> element. You’d probably have to figure out a way to resize it. And then test on mobile too, it looks like there are a few media queries associated with all that.
Or maybe use jQuery to remove the p.album-title from the <figcaption> and place it in the thumbnail?
What transparent background are you referring to? The page?
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Pages: 1