Home Forums WoodMart support forum How change add to cart style? Reply To: How change add to cart style?

#550416

Hung Pham
Keymaster

Hi Jasseroos,

Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:

table.variations .label{
	display: none;
}

form.cart .single_variation_wrap{
	flex: none;
	width: 260px;
}

.single_variation_wrap :is(.btn,.button,button,[type="submit"],[type="button"]){
	padding: 5px 42px;
}

Regards,