Change theme for lightbox
bokehlover71
Registered Users Posts: 156 Major grins
Is it possible to just change to another, darker theme for the lightbox only? I assume that would be easier than to change each of the page elements separately.
Tagged:
0
Comments
@leftquark provides some instructions on the page Customize the Lightbox. One of the options shown on that page is changing the background color.
Musings & ramblings at https://denisegoldberg.blogspot.com
The link doesn't seem to work. And I manage to change the background, but the other elements (navigation arrows etc.) seem more difficult to change.
Sorry about that. I've fixed the link in the first post, here is the correct link:
http://www.aaronmphotography.com/Customizations/Lightbox/Customize-Lightbox
Musings & ramblings at https://denisegoldberg.blogspot.com
I found a way myself to change the elements by using the web inspector in Safari:
:root * > .sm-user-ui .sm-lightbox .sm-lightbox-panel, :root * > .sm-user-ui .sm-lightbox .yui3-widget-hd .sm-lightbox-tools .sm-button,
:root * > .sm-user-ui .sm-lightbox .sm-lightbox-nav {
background-color: rgba(255, 255, 255, 0.84)
}
This works. So now I can just play around with the colors and opacity.