input { border: 2px solid red } in your page CSS has no effect on Payment Elements inputs. To change how elements look, use appearance.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Why your page CSS won’t restyle elements, and how to change their look.
input { border: 2px solid red } in your page CSS has no effect on Payment Elements inputs. To change how elements look, use appearance.
appearancenew Overflow('live_pub_...', {
appearance: {
variables: {
inputBorderRadius: '0px',
colorBorder: '#000',
},
},
});
Was this page helpful?