How To Remove Box And Link Button From Slideshow : CRAVE Theme

How To Remove Box And Link Button From Slideshow : CRAVE Theme

BrookeGentile
Tourist
14 0 1

I am trying to remove the link button and box from my slideshow on mobile and desktop view. I only want the images to be there no button or box. I know I may have to code this into my theme but I cant seem to find anything online for the CRAVE theme. Hoping to get some help on here! 

Replies 5 (5)

BrewBrains
Shopify Partner
160 26 33

Hi @BrookeGentile , Can you share the store URL so that I can look further into the requirement. 

 

Thanks.

Was I helpful?

Buy me a coffee


Sandesh Paudyal |

| Shopify Developer


Need help with your store?

 sandeshpaudyal99@gmail.com

For quick response - Message Me : +9779851353732

BrookeGentile
Tourist
14 0 1

Yes, here you go https://fishguy.shop/

I don't like how there's a huge box underneath the photos from mobile view. 

BrewBrains
Shopify Partner
160 26 33

Hi @BrookeGentile,

 

If you just want to remove the below part use the CSS below. You can follow the step below. 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid

 

 

<style>
@media only screen and (max-width: 600px) {

.slideshow__text-wrapper.banner__content {
    display: none;
}

.slideshow__controls.slideshow__controls--top.slider-buttons.no-js-hidden.slideshow__controls--border-radius-mobile {
    display: none;
}
}
</style>

 

 

Screenshot 2024-04-01 at 8.32.23 PM.png

But if you want to stop the carousel auto rotate and show as banner, we need to change the code and access to the store is required.

 

If you need any further assistance or have any queries, feel free to contact me. 

 

Was my reply helpful? Click Like to let me know!

Was your question answered? Mark it as an Accepted Solution and click like. 

 

Was I helpful?

Buy me a coffee


Sandesh Paudyal |

| Shopify Developer


Need help with your store?

 sandeshpaudyal99@gmail.com

For quick response - Message Me : +9779851353732

Bethee
Tourist
7 1 3

I am having the same problem as BrookeGentile, I am using crave theme and there is a huge rectangle white box on my slideshow photos with the text in the box. I want the text but not the white box! Can you help fix this? Thanks in advance xo

BrewBrains
Shopify Partner
160 26 33

Hi @Bethee ,

 

Can you also share the store URL , so that I can investigate further on the issue? 

 

Thanks, 

Sandesh

Was I helpful?

Buy me a coffee


Sandesh Paudyal |

| Shopify Developer


Need help with your store?

 sandeshpaudyal99@gmail.com

For quick response - Message Me : +9779851353732