Solved

Can you remove the side arrow in Ultra Store theme on mobile?

shong6806
Visitor
1 0 0

KakaoTalk_20210702_140624282.jpg 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

Accepted Solution (1)

LitExtension
Shopify Partner
4860 1001 1132

This is an accepted solution.

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

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify

View solution in original post

Replies 2 (2)

Hardik29418
Shopify Partner
2858 407 1073

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.

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email

LitExtension
Shopify Partner
4860 1001 1132

This is an accepted solution.

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

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify