Cart Drawer Quantity

Solved

Cart Drawer Quantity

Bobcomp1129
Excursionist
29 1 1

Does anyone know how to round the corners of the quantity selector in the cart drawer?

 

Accepted Solution (1)

Bobcomp1129
Excursionist
29 1 1

This is an accepted solution.

Add to your base.css file

 

.quantity:after {
border-radius: 12px;
}

 

Will change it on the entire site.

View solution in original post

Reply 1 (1)

Bobcomp1129
Excursionist
29 1 1

This is an accepted solution.

Add to your base.css file

 

.quantity:after {
border-radius: 12px;
}

 

Will change it on the entire site.