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:

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*/
}
CSSThis site uses Akismet to reduce spam. Learn how your comment data is processed.
Support this PORTAL
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.
Leave a Reply