Template Tixon - Question | JoomShaper

Template Tixon

Yiannis

Yiannis

Template 1 year ago

Hello. I have installed the Tixon quickstart package. I would like to display the choice of product quantity. (1 or 2 etc). How can I achieve this option

0
1 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 year ago #156844

Hi there,

Thank you for reaching out. Please add this css code inside the custom.css file.

Create a custom.css file inside the template css directory.

.productdetails-view .vm-product-details-inner .spacer-buy-area .addtocart-bar .quantity-box {
    display: inline-block !important;
}

Best regards,

Toufiqur Rahman (Team Lead, Support)

0