New Lightbox background image
polaris
Registered Users Posts: 15 Big grins
Hello everyone,
Is it possible to make a new lightbox background image? Does anyone here have CSS code for this? Please give me a copy. Thank you.
0
Comments
The lightbox doesn't use images.
If you want to change the color of the lightbox then look at this: https://gallery.imagesinthebackcountry.com/Smugmug-customization/Change-Background-Color-in-SmugMug-Lightbox
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Ok, Thank you for giving me the code. Do you know how to change the background color on the Contact form page? It, not the form, I need to change the background of the page. It seems to have a default transparent background, so I want to switch to solid colors. Thank you, Mike.
It is not transparent, it is the color of your theme's background color.
There is also an opacity.
.95
is default. You can change it from0
(transparent) to1
(solid).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, Mike, The background-color works, but the opacity does not work. I tried to change it to {opacity: 1.0;} for a solid color, but it does not change anything.
Nevermind Mike, it works for opacity. Thank you so much again.