artgirl81 Posted May 28, 2020 Share Posted May 28, 2020 Is there a way to change the X in the lightbox to the word Close, OR to make it so that the X is darker, and larger? -- especially on mobile, it's very faint. Does anyone know the CSS for this element? Thanks, A Link to comment
Ad7am Posted October 14, 2020 Share Posted October 14, 2020 Here's how to make it larger: .gallery-lightbox-close-btn-icon { transform: scale(2, 2); } You can also do something like this: .gallery-lightbox-close-btn-icon { transform: scale(2, 2); transition: 1s; } .gallery-lightbox-close-btn-icon:hover { transform: rotate(270deg) scale(4, 4); } Link to comment
artgirl81 Posted October 21, 2020 Author Share Posted October 21, 2020 Just saw this. Thanks! Ad7am 1 Link to comment
LCerdaDesignHelp Posted October 6, 2022 Share Posted October 6, 2022 And if it's not a gallery? Would this work with a single image lightbox? Thanks! Link to comment
tuanphan Posted October 8, 2022 Share Posted October 8, 2022 On 10/6/2022 at 8:35 PM, LCerdaDesignHelp said: And if it's not a gallery? Would this work with a single image lightbox? Thanks! If you share link to page where you use image, we can take a look Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment