Shopify themes, liquid, logos, and UX
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!
Hi @BrookeGentile , Can you share the store URL so that I can look further into the requirement.
Thanks.
Was I helpful?
Sandesh Paudyal |
| Shopify Developer
Need help with your store?
sandeshpaudyal99@gmail.comFor quick response - Message Me : +9779851353732
Yes, here you go https://fishguy.shop/
I don't like how there's a huge box underneath the photos from mobile view.
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>
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?
Sandesh Paudyal |
| Shopify Developer
Need help with your store?
sandeshpaudyal99@gmail.comFor quick response - Message Me : +9779851353732
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
Hi @Bethee ,
Can you also share the store URL , so that I can investigate further on the issue?
Thanks,
Sandesh
Was I helpful?
Sandesh Paudyal |
| Shopify Developer
Need help with your store?
sandeshpaudyal99@gmail.comFor quick response - Message Me : +9779851353732
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025