This topic has 6 replies, 2 voices, and was last updated 2 years, 6 months ago ago by Sadikul Islam
How to move the categories after the product title in the shop archive before price?
screenshot: https://d.pr/QsdG7r
Hello,
Go to Theme Options > Custom CSS and use below code to implement that:
.products-bordered-layout .product-details {display: flex;flex-direction: column;}
.content-product .product-title {order: -1;}
Regards
I want all the product archives like this, now it’s only happening on the shop archive page, but I want it on the whole site, that the categories are after the title,
Like related product section on this page:
https://buttonmode-dev.10web.me/product/blumenthal-lansing-131-satin-wedding-bustle-buttons-full-set-4-buttons-7-16-inch-white-11mm/
Screenshot: https://d.pr/Ghkeei
On the homepage: https://buttonmode-dev.10web.me/
Screenshot: https://media.d.pr/Vdt7H8
Hello,
Replace the precious code with the cod below
.content-product .product-details {display: flex;flex-direction: column;}
.content-product .product-title {order: -1;}
Regards
Thanks for the code
Tagged: categories, move, product title, relocate, template, woocommerce, wordpress
The issue related to '‘How to move the categories after the product title?’' has been successfully resolved, and the topic is now closed for further responses