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*/
}
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