Change Font Size in Gallery Description

TripleBTripleB Registered Users Posts: 7 Beginner grinner
edited September 2, 2014 in SmugMug Support
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.

Comments

  • TheMaxxTheMaxx Registered Users Posts: 48 Big grins
    edited September 2, 2014
    Hey there TripleB,

    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! thumb.gif
    _Chadd
    SmugMug Support Hero

    Help Center - http://help.smugmug.com/
  • TripleBTripleB Registered Users Posts: 7 Beginner grinner
    edited September 2, 2014
    TheMaxx wrote: »
    Hey there TripleB,

    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! thumb.gif

    Perfect.. thanks!
Sign In or Register to comment.