How can I show vendor name below product title in my collection pages? Currently they show above product titles.
Website: https://www.urbanframes.ae/
Thanks!
How can I show vendor name below product title in my collection pages? Currently they show above product titles.
Website: https://www.urbanframes.ae/
Thanks!
Hello There,
.product-block .product-link { display: flex; flex-direction: column;}
.product-block .block-inner .vendor {order: 2; margin: 0.4em 0;}
.product-price { order: 3;}