How to remove "view in your space" mobile AR button on Dawn theme.

Solved

How to remove "view in your space" mobile AR button on Dawn theme.

moh_a
Tourist
5 0 2

Hi, I'm looking to remove this functionality from supported mobile devices and would solely like to rely on the online built-in Shopify 3d viewer. Is there any code I could paste/modify to do so?

IMG_8958.jpg

 

Accepted Solution (1)
Zworthkey
Shopify Partner
5581 642 1578

This is an accepted solution.

ok Add this code in the bottom of the component-product.css

button.button.button--full-width.product__xr-button {
    display: none !important;
}

@moh_a 
I hope it will works if you need any more help let me know.

Thank you.

View solution in original post

Replies 10 (10)

ZestardTech
Shopify Partner
5776 1052 1392

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
moh_a
Tourist
5 0 2

@ZestardTech 
Hi, sent in pm. Thanks.

Zworthkey
Shopify Partner
5581 642 1578

@moh_a 

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

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

 

Thank you

moh_a
Tourist
5 0 2

@Zworthkey URL & pass sent in pm. Thank you.

Zworthkey
Shopify Partner
5581 642 1578

I can't see where is this which you have mentioned.

 

moh_a
Tourist
5 0 2

@Zworthkey 

Hi, it doesn't appear on the chrome inspect mobile viewer since it requires an AR-supported mobile device such as the recent iPhones.

Zworthkey
Shopify Partner
5581 642 1578

This is an accepted solution.

ok Add this code in the bottom of the component-product.css

button.button.button--full-width.product__xr-button {
    display: none !important;
}

@moh_a 
I hope it will works if you need any more help let me know.

Thank you.

moh_a
Tourist
5 0 2

@Zworthkey 

 

That did the trick. Thank you very much!

Zworthkey
Shopify Partner
5581 642 1578

@moh_a 
if you need any more help then let me know.

atulsaini1989
Shopify Partner
16 0 2

Hey,

 

I am also want to remove this button from my store. I just want to remove this button - VIEW IN YOUR SPACE

Store Link: https://www.voyageeyewear.com/products/black-rectangular-sunglasses-voymg02a3

Theme name: Impact Theme

Any help would be highly appreciated.