Skip to main content

Are you still looking for something?

Generic filters
Exact matches only
Filter by Categories
Customization
Domains
Lightroom Plugin
Tools and Tips

Try these: contact formbuttonbuy photos

Gallery title – change font size and colour

Here is a short snippet that will help you change the gallery title font size and colour, which appear over a gallery thumbnail:

Gallery title – change font size and colour

Just add a CSS content block to the page, where the gallery thumbnails appear and then add this code to it:

CSS
/*Change the size and color of the gallery title that appears over the gallery thumbnail*/
.sm-user-ui .sm-tile-info .sm-tile-title {
    color: #FFFFFF;  /*This code will change the colour of the gallery title - remove it if you do not need it*/
    font-size: 24px;  /*This code will change the font size of the title*/
}
CSS

Related articles

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Support me

I am writing this portal in my free time and I pay for it myself. So, if you want to support my work – use this button to buy me a coffee 🙂 Which will help towards the hosting costs of the portal.