Jump to content

[Share] Make Carousel Images clickable

Recommended Posts

You can follow these steps to make List Carousel images clickable.

If you can't make it work, you can comment with link to page where you use carousel, I can check easier.

#1. First, enable Carousel button

image.png.281fba19e1107e48e851da62ad38ee75.png

#2. Next, edit each item >> Add button URL (We will use code to turn button URL to image URL then)

image.png.f4be070302542507c242d8e66cca9157.png

#3. Install this free tool to find Carousel Section ID

https://chromewebstore.google.com/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff

In my example, we will have: section[data-section-id="6684cfe5617dbe6a5461d715"]

image.png.b2ed1f1aa434a71681fcebd22582e213.png

#4. Use this code to Custom CSS box.

Remember to replace with your ID.

section[data-section-id="6684cfe5617dbe6a5461d715"] {
.list-item-content__button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: unset !important;
    opacity: 0;
}
.list-item-content__button-container {
    position: static;
}
.list-item {
    position: relative;
}
.list-item-content__button:hover {
    opacity: 0;
}}

image.thumb.png.05c59bf7e4cbe25b1ab03275d1498f74.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
  • 1 month later...
2 hours ago, RAMPDigitalMedia said:

Hi @tuanphan - is it possible to do this without showing the button? I included a screenshot below of my preferred layout. Any help would be greatly appreciated! The site is not currently live. Info below:

url: https://dachshund-rose-rtth.squarespace.com/home

PW: Help2024

 

Screenshot 2024-09-06 at 10.02.48 PM.png

Hi,

The code above, will turn button link to image link + make buttons invisible then. You can check again.

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

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.