RE LIGHTBOX HAMBURGER TITLE DARK SHADING
Janne
Registered Users Posts: 4 Big grins
Does anyone know how to remove the dark shading bar that runs across the bottom of the page under the white hamburger and title?
I tried several codes that removes the hover and shading from galleries but it does not drill down into the lightbox. I appreciate any help ; )
I tried several codes that removes the hover and shading from galleries but it does not drill down into the lightbox. I appreciate any help ; )
Tagged:
0
Comments
If you're talking about the gradient that is behind the title and captions in the lightbox, then this will make them transparent:
.sm-user-ui .sm-lightbox-v2-photo-buttons-scrim-dark {background: transparent;}
If that's not what you're talking about, please post your website and a clearer description.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Thanks for the reply.
Yes - I meant the dark gradient behind the title. I used the code you provided but the gradient is still there. I tried CSS in the all galleries and when that didn't work I tried it into the Theme CSS advanced field. Still there!
Do you have any other ideas?
Peace,
Janne
Please post your website.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
https://www.jatawajourneys.com/MONO/NATURE/
Because my lightbox uses a black background it uses a different, the one I posted earlier. This should work on your site:
.sm-user-ui .sm-lightbox-v2-photo-buttons-scrim {background: transparent;}
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
* TO REMOVE LIGHTBOX DARK GRADIENT UNDER WHITE TITLE ON WHITE THEME:
.sm-user-ui .sm-lightbox-v2-photo-buttons-scrim {background: transparent;}