Options

Changing

rjpollardrjpollard Registered Users Posts: 2 Beginner grinner
edited July 21, 2016 in SmugMug Support
Hey guys, new here.

I'm in the process of setting up my smugmug website. I can't figure out how to change the size and style of the gallery titles. I want to be able to capitalise the title also make the size of it smaller across all my galleries.

For example, I want to be able to do this to the title 'Mountain" in this gallery: http://www.rjpollard.com/Portfolio/Mountains/ '

Any one know how to go about doing this? I'm guessing that CSS would be used to do this?

Thanks,
RJ

Comments

  • Options
    denisegoldbergdenisegoldberg Administrators Posts: 14,244 moderator
    edited July 21, 2016
    Add this CSS, changing the size as desired:
    /* change font size of Gallery Title plus show as uppercase */
    .sm-gallery-cover-title {
        font-size: 24px !important;
        text-transform: uppercase ;
    }
    
    --- Denise
  • Options
    rjpollardrjpollard Registered Users Posts: 2 Beginner grinner
    edited July 21, 2016
    Add this CSS, changing the size as desired:
    /* change font size of Gallery Title plus show as uppercase */
    .sm-gallery-cover-title {
        font-size: 24px !important;
        text-transform: uppercase ;
    }
    
    --- Denise

    Thanks so much Denise, works a charm :)
Sign In or Register to comment.