brittco Posted June 1, 2021 Share Posted June 1, 2021 Site URL: http://lindajacobson.net/ Hi, I'm trying to change the background color of the caption on the hover state of gallery images. Does anyone have any ideas? template is Montauk on 7.0 Link to comment
Beyondspace Posted June 2, 2021 Share Posted June 2, 2021 2 hours ago, brittco said: Site URL: http://lindajacobson.net/ Hi, I'm trying to change the background color of the caption on the hover state of gallery images. Does anyone have any ideas? template is Montauk on 7.0 You mean this caption? What is color to change BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
tuanphan Posted June 4, 2021 Share Posted June 4, 2021 On 6/2/2021 at 6:29 AM, brittco said: Site URL: http://lindajacobson.net/ Hi, I'm trying to change the background color of the caption on the hover state of gallery images. Does anyone have any ideas? template is Montauk on 7.0 Do you need fix these? Site URL: https://www.lindajacobson.net/ 1. (Header) Reduce white space on top of header? 2. (Tablet-Press Media) Make nav items on one line + Increase page content width? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
brittco Posted June 15, 2021 Author Share Posted June 15, 2021 On 6/1/2021 at 7:04 PM, bangank36 said: You mean this caption? What is color to change No I mean the Lightbox. I want the black bar that comes up on hover to be white Link to comment
tuanphan Posted June 16, 2021 Share Posted June 16, 2021 10 hours ago, brittco said: No I mean the Lightbox. I want the black bar that comes up on hover to be white Add to Design > Custom CSS /* Lightbox */ .yui3-lightbox2 .sqs-lightbox-meta { background-color: white !important; } .yui3-lightbox2 .sqs-lightbox-meta * { color: black !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
brittco Posted June 22, 2021 Author Share Posted June 22, 2021 Thank you so much. One last question! How do i change the opacity of the new white background on the hover? Link to comment
tuanphan Posted June 24, 2021 Share Posted June 24, 2021 On 6/23/2021 at 6:57 AM, brittco said: Thank you so much. One last question! How do i change the opacity of the new white background on the hover? Use new code /* Lightbox */ .yui3-lightbox2 .sqs-lightbox-meta { background-color: rgba(255,255,255,0.5) !important; } .yui3-lightbox2 .sqs-lightbox-meta * { color: black !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
brittco Posted June 24, 2021 Author Share Posted June 24, 2021 12 hours ago, tuanphan said: Use new code /* Lightbox */ .yui3-lightbox2 .sqs-lightbox-meta { background-color: rgba(255,255,255,0.5) !important; } .yui3-lightbox2 .sqs-lightbox-meta * { color: black !important; } Amazing! 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