Options

Changing the size of gallery description font

LouBLouB Registered Users Posts: 39 Big grins
edited September 11, 2013 in SmugMug Customization
I am having some issues with font rendering on my site and need to increase the size of the Gallery descriptions and I see no way of doing it in the UI.

Does anyone have the CSS to increase the font?

Thanks
Lou

Comments

  • Options
    Luc De JaegerLuc De Jaeger Registered Users Posts: 139 Major grins
    edited September 11, 2013
    LouB wrote: »
    I am having some issues with font rendering on my site and need to increase the size of the Gallery descriptions and I see no way of doing it in the UI.

    Does anyone have the CSS to increase the font?

    Thanks
    Lou

    Try this:

    Go to Customize > Customize Site and click on "All Galleries"
    Click on the Theme tab and click on the wrench to edit your Active Theme
    Click on the Advanced tab
    Click on edit to change the custom CSS
    Copy and paste the following code:

    .sm-gallery-description {
    font-size: 16px;
    }

    (you can replace 16 to increase or decrease the font size)

    Click on Done (twice) and click on publish to save the settings.

    Hope this helps
    Luc
  • Options
    LouBLouB Registered Users Posts: 39 Big grins
    edited September 11, 2013
    Thanks.. I'll give it a shot.
Sign In or Register to comment.