Good day,
Is it possible to move the position of the variation option to “before” Quantity and Add to cart button?
Currently it is at the top.
and is there a way to make the variation icon bigger in size so it is more visible?
Thank you!
This topic has 6 replies, 2 voices, and was last updated 4 years, 7 months ago ago by Rose Tyler
Good day,
Is it possible to move the position of the variation option to “before” Quantity and Add to cart button?
Currently it is at the top.
and is there a way to make the variation icon bigger in size so it is more visible?
Thank you!
Hello,
Please provide the URL of the mentioned page.
Regards
attached link in private content area.
2. May I know my homepage, currently I only insert a single revolution slider element on homepage, may I know how do I make the slider fit the page, without needing to scoll in all devices views?
Hello,
1)
.products-list .content-product .product-details {
display: flex;
flex-direction: column;
}
.products-list .content-product .product-details .products-page-cats {
order: 1;
}
.products-list .content-product .product-details .product-title {
order: 2;
}
.products-list .content-product .product-details .price {
order: 3;
}
.products-list .content-product .product-details .product-excerpt {
order: 4;
margin-bottom: 5px;
}
.products-list .content-product .product-details .st-swatch-in-loop {
order: 5;
}
.products-list .content-product .product-details .quantity-wrapper {
order: 6;
}
2) Edit page > settings of section > height > fit to screen
Regards
Hi, my first product as shown in screenshot is a variable product. In its attribute, if I choose select, the selection bar will not appear on product page.
May I know how to show the selection bar on product page?
Or currently I am using label(square), its okay as well. But how to make the label box appear bigger? thank you
Hi,
“Select” type can’t be displayed on the Shop page.
Use the next code to change the size:
ul.st-swatch-size-normal li.type-label span {
font-size: .85rem;
}
ul.st-swatch-size-normal li.type-label > span {
padding: .4rem;
}
Regards
The issue related to '‘Product Variation Icon position’' has been successfully resolved, and the topic is now closed for further responses