Wanting to add button on top of picture in slideshow in mobile version- cascade theme

Wanting to add button on top of picture in slideshow in mobile version- cascade theme

houseoftanvi
Visitor
3 0 0

When using the cascade theme slideshow, the button appears on top of each slide on desktop and under the slides in the mobile version. I need them on the slides even in the mobile version and not under the image. Screenshot 2024-05-07 at 12.29.31 AM.pngScreenshot 2024-05-07 at 12.29.47 AM.pnghttps://houseoftanvi.com/ 

Replies 2 (2)

BSSCommerce-HDL
Shopify Partner
2305 834 913

Hi @houseoftanvi 

 

Please follow the instructions below:

 

1. Online store -> Themes -> Edit code

2. You can make the slide button lay on the slide by add this code before </head> close tag in your theme.liquid file:

% style %}
      {% if template.name == 'index' %}
        .splide .splide__arrows {
          position: absolute !important;
          min-width: 100% !important;
          height: 100% !important;
          justify-content: space-between !important;
        }
      {% endif %}
    {% endstyle %}

 

Hope this will help you

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

houseoftanvi
Visitor
3 0 0

Wanted to take the shop buttons up, which I've managed to do myself with some custom css. Now I want to reduce the size of the shop buttons just on mobile. Would be lovely if you could help me with that.