Jump to content

Image titles and their visibility

Recommended Posts

Site URL: https://asunsoakedsky.com/

Hi there,

I'm having some trouble with image titles and their visibility on my site. Every single image on my site has a title that I've typed in. The titles aren't visible on mobile in portrait rotation.

I use two different image blocks on my site; the grid gallery, and the slideshow.

Grid: (USED ON THE LANDING PAGE) These titles are a hover feature and don't show up at all on mobile phone. Is there a way I can remove the hover function and have them just there on the image like it shows on the slideshow?

Slideshow: (USED ON LANDSCAPES, DOCUMENTARY AND COMMISSIONED WORK PAGES) These titles only show up in landscape rotation on the phone. Is there a way I can make them show up in portrait rotation?

Let me know if there's anything I can do!

Cheers,
Dale.

Link to comment
  • Replies 9
  • Views 670
  • Created
  • Last Reply

Grid. I don't see title on hover on desktop?

Slideshow. Add to Page Settings > Advanced > Header (If you use Personal Plan > You can add Code Block > Paste below code)

<style>
  .sqs-gallery-block-slideshow .slide .meta {
    opacity: 1 !important;
    display: block !important;
}
</style>

 

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 minutes ago, tuanphan said:

Grid. I don't see title on hover on desktop?

Slideshow. Add to Page Settings > Advanced > Header (If you use Personal Plan > You can add Code Block > Paste below code)


<style>
  .sqs-gallery-block-slideshow .slide .meta {
    opacity: 1 !important;
    display: block !important;
}
</style>

 

I added this code block above my gallery block and I can't see the images.

Link to comment

I see title here, try refresh your browser or try other browsers

With grid, add to Home > Design > Custom CSS

@media screen and (max-width:640px) {
.yui3-lightbox2 .sqs-lightbox-meta {
    bottom: 0 !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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.