How do I remove the side arrow in the Ultra Store theme on mobile?


Hello i been trying to remove the side arrow as you have seen on the picture it has been blocking photos or letters when you look at it on mobile size or mobile phone. any way to remove it? using ultra store theme

Hello, @shong6806

Welcome to the Shopify Community.
I read your problem and it seems that I need to analyze your website to provide the solution here.
Would you please share your website URL and if your website is password protected then also provide the password.

Hello,

Please follow the steps:

  • Step 1: Go to Online store > Themes > Actions > Edit code.
  • Step 2: Go to Asset > tada-megastore.css and paste this at the bottom of the file:
    @media only screen and (max-width: 768px){
    .next-prev-products {
    display: none !important;
    }
    }