This topic has 3 replies, 2 voices, and was last updated 1 years, 3 months ago ago by ljimenez
any option to move the category field to another position on shop page?
Hello, @ljimenez,
Thank you for choosing XStore as your WooCommerce WordPress theme.
Please try to use the next custom CSS code:
.product-details {
display: flex;
flex-direction: column;
}
.product-details .product-title {
order: 1;
}
.product-details .price {
order: 4;
}
.product-details .products-page-cats {
order: 3;
}
.product-details .sku_wrapper {
order: 2;
}
.product-details .quantity-wrapper {
order: 5;
justify-content: center;
}
Kind Regards,
8theme team
perfect thank you
The issue related to '‘move category field from shop page to another position?’' has been successfully resolved, and the topic is now closed for further responses