Hello,
Thank you again for the best theme. After “many” themes it is encouraging to finally get a handle on our UI/UX and customer appeal.
on this page, https://serenitycreams.com/product/serenity-airless-compression-jar/, used
/* — Remove Second Product Description & Reviews — */
.container.product-after-summary {
display: none;
}
.woo-aux-options-wrap {
display: none;
}
to remove repeated Product Description, which worked, however,
1. need to keep the reviews and move them down just above Related Products.
2. Also, need to move Share icons below tabbed info.
3. Finally, we only have one category, so, need to remove category.
Did a pretty extensive search, so apologies if the answer was posted & I missed it.
Thank you!