Jump to content

Custom Css - Changing the background on titles in image gallery Montauk template 7.0

Recommended Posts

  • Replies 7
  • Views 517
  • Created
  • Last Reply

Top Posters In This Topic

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

image.png.e598fc95ddebc7b7d7c0a15daddfb26a.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 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
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?

lindajacobson.net-01-min.png

2. (Tablet-Press Media) Make nav items on one line + Increase page content width?

lindajacobson.net-02-min.png

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
  • 2 weeks later...
10 hours ago, brittco said:

No I mean the Lightbox. I want the black bar that comes up on hover to be white

 

 

Screen Shot 2021-06-15 at 4.10.41 PM.png

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.