Need to make gallery header smaller
macromeister
Registered Users Posts: 490 Major grins
I have just set up my site on Smugmug. Everything is fine, but I can't find a way to make the gallery header text smaller. Here is an example in my flora gallery - I want the word 'flora' to be much smaller, but can't figure out how to do it. Any suggestions? macromeister.co.uk/Flora/ The only CSS I have set is to add a 2px border around the thumbnails. Apart from that it's standard.
I'm Rob Ashcroft - MACROMEISTER IMAGES . . . .
0
Comments
Add this to your theme's CSS and adjust the font size as desired.
/* Change the font size of the Gallery Title */ .sm-gallery-cover-title { font-size: 30px !important; }
Musings & ramblings at https://denisegoldberg.blogspot.com
Thank you, Denise. That fixed it. I used 15px. Much better now.