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.
where are these? Album set or album?
Titles in album sets are, by default, bold (actually, font-weight: 700).
Link?
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
album set page
www.joliverbrooks.com
i had thought i had set it, perhaps i did not. i think the body is a bit strong after tweeking the thumbnail background color.
(on that page i need to change the thumbnail size, as i just changed it to iconic to get the titles to wrap. i change the thumbnail size in the css, right?)
Offline
thumbnail size is controlled by the album template. Thumbnails for the album set are pulled from the albums within the set. Unless you're using custom thumbnails.
Custom thumbs are usually the best choice for the Iconic layout in an album set.
If you haven't seen this yet, it's helpful: http://community.theturninggate.net/vie … hp?id=6396
for the font weight of the album title in an album set, change that with custom css
p.album-title {
font-weight: 400;
}
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Can you also use the custom CSS in a similar fashion to increase the font size? I switched to using one of the nice Google Fonts, but the size is tiny on my album thumbnails.
Edit: Nevermind.. I got it!
p.album-title {
font-weight: 500;
font-size: 20px;
}
p.album-description {
font-weight: 500;
font-size: 18px;
}
Last edited by divinemayhemstudios (2017-07-26 09:33:49)
Offline