Options

Page showing all galleries - how to change title font size.

James LyallJames Lyall Registered Users Posts: 202 Major grins
edited January 29, 2015 in SmugMug Customization
I have a page showing all my galleries as a collage.
How can I change the font size of the title above the gallery collection?
Despite much experimentation, I cannot find the correct id for the CSS.
I shall be most grateful for help from a CSS expert.
Thank you.

Comments

  • Options
    James LyallJames Lyall Registered Users Posts: 202 Major grins
    edited October 6, 2013
    I have a page showing all my galleries as a collage.
    How can I change the font size of the title above the gallery collection?
    Cracked it with more experimentation! clap.gif
    /* Change font size for header on page showing all galleries */
    .sm-user-ui h2, .sm-user-ui .sm-h2 {
        font-weight: 200;
        font-size: 18px;
    }
    
  • Options
    CJ2CJ2 Registered Users Posts: 1 Beginner grinner
    edited January 29, 2015
    Was having the same problem with reducing the font on photo titles - this worked beautifully! Thank you.
Sign In or Register to comment.