Jump to content

Carousel Links. Please Help!

Go to solution Solved by tuanphan,

Recommended Posts

  • Replies 7
  • Views 203
  • Created
  • Last Reply

Top Posters In This Topic

The image links are the same as the ones on More Details button or they are the different ones?

image.thumb.png.1246319339b048c42df3861076961865.png

Edited by Beyondspace

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

It looks like you are using this kind of section,right?

image.thumb.png.8bcaf745cac0217e5a6385e36a657615.png

You can turn on the button and add your desired link to Content tab. Then apply the following custom CSS

image.png.b6c454bc3849ea30daa63973ec23343f.png

 to make the button link cover full of image

section[data-section-id="66747e3f91be897d025248dc"] .list-item-content__button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  border: unset !important;
  box-sizing: border-box;
  color: transparent !important;
  
}
section[data-section-id="66747e3f91be897d025248dc"] .list-item-content__button:hover {
  background: transparent !important;
}

 

Edited by Beyondspace

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
  • Solution
On 6/23/2024 at 4:22 AM, cmiller said:

Wow!  Thank you so much!  Is it possible to add code for this section to do the same thing:

image.thumb.png.9acbfbbfb3c69ad3e29402cdb42fdc59.png

 

 

You can enable button then use this CSS code

section[data-section-id="665fd250c388e16e8dec6849"] {
li.list-item {
    position: relative;
}
.list-item-content__button-container {
    position: static;
}
.user-items-list-carousel .list-item-content__button-container a {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    color: transparent !important;
    background-color: transparent !important;
    border: none !important;
}
.user-items-list-carousel .list-item-content__button-container {
    position: static !important;
transform: unset !important;
}
a.list-item-content__button.sqs-block-button-element:before {
    visibility: hidden;
}
.user-items-list-carousel__slide {
    pointer-events: initial !important;
    user-select: unset !important;
}
.user-items-list-carousel__gutter {
    cursor: pointer;
}
.list-item-content--hidden {
    display: block !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

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.