Styling the Customizer in Shopify
Styling the customizer is the brand's responsibility and this section provides guidelines and instructions to add CSS and modify the HTML layout, giving you full control over the customizer’s styling.
<div id="customizer-root">
<div class="customizer-product-name"></div>
<div class="customizer-price"></div>
<button id="customizer-reset-button"></button>
<div id="customizer-saved-item-count"></div>
<button id="customizer-save-button"></button>
<button id="customizer-share-button"></button>
<div id="customizer-perspectives" style="float: left"></div>
<div id="customizer-main-perspective" style="float: left"></div>
<div id="customizer-saved-items"></div>
<div id="customizer-summary-items"></div>
<div id="customizer-tab-container"></div>
<div id="customizer-tab-body-container"></div>
<div id="customizer-disclaimer"></div>
<div id="customizer-share-link"></div>
<button class="customizer-add-to-cart-button"></button>
</div>
<script
id="customizer"
src="https://vu-customizer.s3.amazonaws.com/production/main.js"
data-variant="{VARIANT}"
></script>
</body>
</html>Embed the Customizer:
Adding the VU Customizer to your Product Display Page
PreviousIntegrating The VU Customizer in ShopifyNextInstallation Guide - VU Custom's Available OTB Styles for Shopify
Last updated