Home Forums WoodMart support forum Proceed to checkout Size Buttons Reply To: Proceed to checkout Size Buttons

#277101

Hello,

You are Most Welcome.

I saw the screenshots you attached.

1) Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

.woodmart-hover-quick .add-to-cart-loop span {
    display: block;
}

.woodmart-hover-quick .add-to-cart-loop:before {
display: none;
}

.woodmart-hover-quick .add-to-cart-loop {
    width: 100%;
    height: 50px;
}

2) Sorry but there is no option in Theme Settings available for that. It requires customizations and this is beyond our limitations and support policy.

Best Regards