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;
}
}
