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

Solved

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

atulsaini1989
Shopify Partner
16 0 2

Hey,

 

I want to remove this button from my store and would solely like to rely on the online built-in Shopify 3d viewer.. 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.

 

Screenshot 2024-09-19 at 12.40.30 PM.png

Accepted Solution (1)

GTLOfficial
Shopify Partner
543 115 108

This is an accepted solution.

Hello @atulsaini1989 

Go to online store ---------> themes --------------> actions ------> edit code------->theme.css
at the end of the file and save.

.button.button--lg.button--subdued.w-full {
display: none !important;
}

result
6.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: [email protected] - Skype: ritesh_27dh

View solution in original post

Replies 4 (4)

BSSCommerce-B2B
Shopify Partner
1718 512 575

@atulsaini1989 ,

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid

<style>
button[data-shopify-model3d-id] {
  display: none!important
}
</style>

Result:

BSSCommerceB2B_0-1726730150764.png

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

GTLOfficial
Shopify Partner
543 115 108

This is an accepted solution.

Hello @atulsaini1989 

Go to online store ---------> themes --------------> actions ------> edit code------->theme.css
at the end of the file and save.

.button.button--lg.button--subdued.w-full {
display: none !important;
}

result
6.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: [email protected] - Skype: ritesh_27dh
atulsaini1989
Shopify Partner
16 0 2

Thank you so much...it works perfect. 

GTLOfficial
Shopify Partner
543 115 108

Happy to help you...!!!

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: [email protected] - Skype: ritesh_27dh