Arbaz Khalid i think this one you can do 🙏web roll out creeated
Valentin Yeo sure, working on it.
Valentin Yeo The PayPal button is rendered inside an iframe, which normally prevents any external scripts — including Shopify or theme CSS — from changing its internal styling for security and PCI compliance reasons. That’s why we can’t modify its height or appearance directly from Shopify code.
However, VWO (Visual Website Optimizer) runs on the client-side and can sometimes manipulate iframe containers after they load, using injected JavaScript. This doesn’t actually modify the PayPal button itself — it only changes the outer container’s height or styling, which can visually affect how the button appears.
Shopify and Liquid/CSS can’t access iframe content due to sandbox restrictions.