Jump to content

cram24

Member
  • Posts

    5
  • Joined

  • Last visited

cram24's Achievements

Level 1

Level 1 (1/20)

0

Reputation

  1. It's under the Gallery tab in navigation https://www.nillawatkins.com/gallery
  2. Thanks TuanPhan, I got it working with the help of someone else. I still haven't figured out the Lightbox issue though!
  3. Hi TuanPhan, Yes. I have enabled and inserted code for captions in the gallery, but then they disappear in the lightbox view. Perhaps access to the site would be helpful? www.nillawatkins.com Password is: NEWwebsite2022! My issue is in the gallery section. You will see I have the captions on hover in the Gallery view, but then when you click on one and begin the Lightbox scroll through the images, the captions disappear. Thanks for any help you might have!
  4. I am trying to add the captions from my Gallery: Masonry to the Lightbox when it opens. Any tips on how to include the caption below the image?
  5. Hi I have added the below code to add captions on hover to my Gallery: Masonry. There are a couple of issues: 1. I want the font to be a bit heavier weight 2. When the caption runs to 2 lines, it is no longer centered - it suddenly left aligns. I'm not a coder, so any help appreciated! figure.gallery-grid-item { position: relative; } .gallery-caption { position: static; } /* title */ .gallery-caption-content { position: absolute; left: 0; top: 0; right: 0; bottom: 0; display: flex; justify-content: center; align-items: center; z-index: 999; padding: 7%; transition: opacity ease 200ms !important; opacity: 0 !important; pointer-events: none; } .gallery-masonry-item:hover .gallery-caption-content { opacity: 1 !important; } /* overlay */ .gallery-masonry-item-wrapper a:after { background: rgba(0,0,0,0.75); /* overlay color */ content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; transition: opacity ease 200ms !important; } .gallery-masonry-item:hover .gallery-masonry-item-wrapper a:after { opacity: 0.75; } /* remove gap */ figcaption { padding: 0 !important; .gallery-caption * { color: white !important; font-weight: bold !important; font-size: 50px !important; }}
×
×
  • 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.