No content to show
User Activity
02-19-2025
Hi @Daria18 it looks like your icon height is making it very small.product__accordion svg.icon.icon-caret {height: 10px !important;width: 10px !important;}you can add this code inside your base.css or custom.css asset file in the code it will show th...
12-11-2024
the form is add in the shadow root so only way to add css is injecting style in the parent element like this change the queryselector based on your code // Access the shadow root
const shadowRoot = document.querySelector('form-embed#app-embed').shado...
03-31-2023
you can do that using CSS Just add a before pseudo class to the dynamic button and add text in content and give it a higher index What it will do ? it will hide the actual text underneath it and show the text you want here is the code button.shopify-...