Cart Drawer
The North Commerce Component's styling are defined by a CSS & there is a few CSS variables you can adjust that will update all of the styling for the cart drawer

Preview of the Cart Drawer
All you need to do is update the #HEX code for each of these CSS variables to update the colors everywhere.
.nc-drawer-wrapper {
--primary-font: "Poppins", "sans-serif";
--primary-theme-color: #FF5500;
--primary-font-color: #000000;
--secondary-font-color: #ffffff;
--primary-input-border-color: #E5EBF1;
--primary-top-border-color: #e1e1e1;
--primary-error-color: #ff0051;
--error-font-size: 12px;
}
Last modified 2mo ago