How can I remove the slide show scroll on Boundless for mobile view?

Hi

I’m using Boundless, and everything is great except for the little scroller thing on the mobile view. Does anyone know how to get rid of this to make it look more like the new for desktop? Attached is a picture, circled is the issue area I’m talking about.

Thanks

1 Like

@Jicso

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Www.thedojiprints.com
Thanks

@Jicso

yes, please confirm

I’d prefer it too look like the desktop view, but yes that looks better in my opinion and would be happy with that.
Thanks

@Jicso

thanks for confirm can you try this code work

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (max-width: 749px) {
.hero__content-wrapper-mobile {display: none;}
.hero--adapt .hero__controls {
    display: flex; 
bottom: 40px;
}
}

That worked! thank you

1 Like

@Jicso

its my pleasure to help us