Hide the VIEW PHOTO DETAILS button in lightbox { 2019 } view
Here is a short code, which will allow you to hide the PHOTO DETAILS button, which appears on top of your photo:
CSS
/*Hiding VIEW PHOTO DETAILS button from lightbox 2019 view*/
.sm-button.sm-button-nochrome.sm-button-size-large.sm-button-skin-none.sm-lightbox-v2-photo-title.sm-lightbox-v2-hide-landscape.sm-flex-justify-start {
display: none;
}
CSSComments (4)
Leave a Reply Cancel reply
This 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.
Worked great. Thank you!!
I am glad it worked for you.
Hi there, for some reason the code isn’t working after I put it into my root CSS for my website.
You will need to share a link to your website – so I can see, how you have implemented this code.