Home Forums WoodMart support forum Customize the “add to cart” button Reply To: Customize the “add to cart” button

#553320

Hello,

Please remove the previous code and try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for desktop:

.archive-pages, .wd-add-btn-replace .add-to-cart-loop span {
   font-size: 12px;
    justify-content: left !important;
}

Best Regards.