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 2016-05-31 15:21:32

johnbrks
Member
From: Los Angeles
Registered: 2015-08-14
Posts: 147
Website

probably a dumb question about thumbnails

i changed the text under my thumbnails (caption) to bold.  for the life of me i cannot find out how i did this so i can unbold it.  it is not in my css.

Offline

#2 2016-05-31 22:15:47

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

Re: probably a dumb question about thumbnails

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

#3 2016-06-01 05:40:59

johnbrks
Member
From: Los Angeles
Registered: 2015-08-14
Posts: 147
Website

Re: probably a dumb question about thumbnails

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

#4 2016-06-01 05:55:12

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

Re: probably a dumb question about thumbnails

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

#5 2017-07-26 09:17:33

divinemayhemstudios
Member
Registered: 2013-06-27
Posts: 62

Re: probably a dumb question about thumbnails

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

Board footer

Powered by FluxBB