How can I disable the scroll option on mobile view?

Hi, I want to remove the scroll option on mobile and want to see the banner complete without scrolling like it appears on desktop. please have a look its the green color section with text and image below the menu. URL https://dealsoutlet.com/

@Ihtisham
Add this code in theme.css file

::-webkit-scrollbar {
    display: none !important;
}

Hi @Ihtisham ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/custom.css->paste below code at the bottom of the file:
::-webkit-scrollbar {
    display: none !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Best regards.

Hi, thanks for the reply. I tried but still it’s not working.

Hi, thanks for reply I tried but it’s not working.

@Ihtisham
if it’s doesn’t work then hire some one to fix your issues.

Let me know if you need any more help.

Thank you.

Thanks a lot for your time, I will let you know if I need any further help.