i would like products name show first not the Categories name , i dont know how to do it because i tried many things
This topic has 7 replies, 3 voices, and was last updated 4 years, 7 months ago ago by etb24
i would like products name show first not the Categories name , i dont know how to do it because i tried many things
Hello
Thank you so much for contacting us!
There is no such option is available to change the position of Category Text You can hide the categories from product but if you change the design it need to be customization.
Robert Hall
sorry for late replay i was in hospital
Hello,
Try to add the next code in Theme Options > Theme custom CSS:
.product-view-light .light-left-side,
.product-details {
display: flex;
flex-direction: column;
}
.product-details .products-page-cats {
order: 2;
}
.product-details .product-title {
order: 1;
}
.product-details .star-rating {
order: 3;
}
.product-details .price {
order: 4;
}
.product-details .by-vendor-name-link {
order: 5;
}
.product-details .quantity-wrapper {
order: 6;
margin: 10px auto;
}
.product-details .switcher-wrapper {
order: 7;
}
Regards
can you help to add it
Hello,
Done – http://prntscr.com/12zjmgx
Clear cache and check the result – http://prntscr.com/12zjnjb
Regards
thank you so much
The issue related to '‘items name’' has been successfully resolved, and the topic is now closed for further responses