On shop page, exchange position of Brand & Product title
-
Hi there,
I want to exchange position of Brand & Product title on shop page.
If I want to do this by updating a template, which page should I modify?
Thank you.
Cheers,
Penny
Attachments:
You must be
logged in to view attached files.
Hi pennyko,
Thanks for reaching to us.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.product-element-bottom.product-information .wd-product-brands-links{
order: 1;
}
.product-element-bottom.product-information .wd-entities-title{
order: 2;
}
.product-element-bottom.product-information .wd-product-size{
order: 3;
}
.product-element-bottom.product-information .product-rating-price{
order: 4;
}
Regards,