Hello, is this possible? I want the product name first and the category next?
thank you!
Site URL: hidden Theme version: 7.2.8 WooCommerce version: 5.3.0Hello,
Add the below code to Custom CSS
.product-details {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.content-product .product-details .product-title {
order: -1;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.