Move the product category to be above the product name
-
I need you to help move the product category to be above the product name, centered, according to the image
Attachments:
You must be
logged in to view attached files.
Hi kruajeng,
Thanks for reaching to us.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-products .product-wrapper .wd-product-cats{
order: 1;
}
.wd-products .product-wrapper .wd-entities-title,
.wd-products .product-wrapper .price,
.wd-products .product-wrapper .wd-add-btn{
order: 2;
}
Regards,
The topic ‘Move the product category to be above the product name’ is closed to new replies.