Craft Theme 12.0.0 How to make Slideshow clickable

Solved

Craft Theme 12.0.0 How to make Slideshow clickable

ChampHorse
Tourist
7 0 1

Hi everyone, I need some help here. 

I try to make my whole slideshow clickable, I don't want to use the botton. 

However, the code on other community did not work for me. Please help! 

螢幕截圖 2023-12-21 下午11.05.46.png

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
12023 2350 2529

This is an accepted solution.

  • Go to your Online store > Themes > Edit code.

    DanFromRyviu_0-1703171507566.png
  • In Assets folder, open base.css file

  • Copy this code below and add it at the bottom of base.css file

.slideshow__text-wrapper {
padding: 0 !important;
max-width: 100% !important; 
}
.slideshow__text { height: 100% !important;
width: 100% !important;
opacity: 0;
max-width: 100% !important; 
}
.banner__buttons .button {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0; 
}

You must add 

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 3 (3)

Dan-From-Ryviu
Shopify Partner
12023 2350 2529

This is an accepted solution.

  • Go to your Online store > Themes > Edit code.

    DanFromRyviu_0-1703171507566.png
  • In Assets folder, open base.css file

  • Copy this code below and add it at the bottom of base.css file

.slideshow__text-wrapper {
padding: 0 !important;
max-width: 100% !important; 
}
.slideshow__text { height: 100% !important;
width: 100% !important;
opacity: 0;
max-width: 100% !important; 
}
.banner__buttons .button {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0; 
}

You must add 

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

ChampHorse
Tourist
7 0 1

Thank you!!! It worked!!!!! ❤️

Dan-From-Ryviu
Shopify Partner
12023 2350 2529

You are very welcome.

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.