Customize Cart Verification Script Styles
CSS Selectors
Examples
White background with max width
sesami-warning-list {
background: #FFF;
max-width: 400px;
}Dark theme (black background, white text)
sesami-warning-list {
background: #000;
color: #FFF;
max-width: 400px;
}
sesami-warning-item {
color: #FFF;
}Where to add the CSS
Need help?
Related
Last updated
Was this helpful?
