Remove AR View in Space Button in Palo Alto Theme

Topic summary

A user is trying to remove the “View in Your Space” button that appears for 3D models in the Palo Alto Shopify theme.

They’ve found that previously recommended solutions don’t work for this specific theme, as it lacks the expected code sections.

One suggested fix involves adding CSS code to hide the button:

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

This code should be added to the bottom of the component-product.css file.

The discussion remains open as the original poster hasn’t confirmed whether this solution resolved their issue.

Summarized with AI on November 21. AI used: claude-sonnet-4-5-20250929.

Hello,

Looking to remove the View in Your Space button on my theme for 3d Models

Can’t seem to find the section to remove the button.

Others have recommended code but the palo alto theme does not have this option.

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

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

Public Link to our site is www.GoKartGod.shop

Thank you,

Erik