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

Changing the lightbox VIEW PHOTO DETAILS font

You can change the font attributes for the VIEW PHOTO DETAILS text, which appears on top of your photo – in lightbox view, using this CSS code:

CSS
/*lightbox 2019 title font changes*/
.sm-lightbox-v2-photo-title h2 {
    letter-spacing: 1px !important; /*this will change the space between letters*/
    font-size: 23px !important; /*this will change font size*/
    text-transform: uppercase; /*this will make all letters uppercase*/
    color: #ffffff; /*This will change the color of the text*/
}
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.