Home Forums WoodMart support forum How can I edit the style of these buttons using CSS? Reply To: How can I edit the style of these buttons using CSS?

#392072

Hello,

Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

table.variations select, div.quantity input[type="button"], div.quantity input[type="number"] {
    border-color: grey;
}

Best Regards