Change Font Size in Gallery Description
TripleB
Registered Users Posts: 7 Beginner grinner
Can someone share with me how to change the font size in the gallery description? The default is too small and I don't see any way to change it with the integrated tools/options. Thanks.
0
Comments
To change the Gallery Description font size, you will need to add a CSS content block (if one doesn't already exist) to the 'Entire Site' section found in the customization drawer (Customize > Customize Site). Then add the following CSS code:
.sm-gallery-description {font-size: 20px;}
Increase or decrease the pixel number "20px" to your desired size.
Publish the changes when you're ready and you'll be good to go!
SmugMug Support Hero
Help Center - http://help.smugmug.com/
Perfect.. thanks!