This topic has 2 replies, 2 voices, and was last updated 3 months, 1 weeks ago ago by Luca Rossi
how can i change the positions of the + and the – ?
so the p+ will be in the right side and – on the left side
pic: https://prnt.sc/p-qeDPgZQDYT
Hi @Tal,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
body .etheme-product-grid-item .quantity-wrapper .quantity {
flex-direction: row-reverse;
}
body .etheme-product-grid-item .quantity-wrapper .quantity .plus {
border-radius: 0 30px 30px 0 !important;
}
body .etheme-product-grid-item .quantity-wrapper .quantity .minus {
border-radius: 30px 0 0 30px !important;
}
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up