This topic has 3 replies, 2 voices, and was last updated 2 years, 4 months ago ago by Alex
Hello,
How can I move brands above product title? https://prnt.sc/w_FobC78P6Oe
Hello,
By default, there is no such option.
Try to add the next code in Theme Options > Theme custom CSS:
.content-product .product-details {
display: flex;
flex-direction: column;
}
.content-product .products-page-brands {
order: 1;
}
.content-product .price {
order: 3;
}
.content-product .product-title {
order: 2;
}
Regards
Thank you very much!
Tagged: above title, brands, move, product, themes, woocommerce, wordpress
The issue related to '‘Move Brands section on product above title’' has been successfully resolved, and the topic is now closed for further responses