Reply 259752 to: How to edit product Layour

Avatar: Olga Barlow
Olga Barlow
Support staff
November 16, 2020 at 10:59

Hello,

1) You can change the position of the brands at Theme Options > WooCommerce > Shop elements > Brands > http://prntscr.com/vjxqoe

2) You can hide it using custom CSS (Theme Options > Custom CSS)

.sidebar-widget.product-brands .view-products {
    display: none;
}

3) Use custom CSS:

 .product-content .woocommerce-product-rating .woocommerce-review-link {
    display: none;
}

4) There is no special option. Use custom CSS

.tabs #tab_reviews.tab-title {
    display: none;
}

5) Related products have the related-products class http://prntscr.com/vjxue4

6) You can set it in the Wishlist plugin settings http://prntscr.com/vjxwem

7) We have only these 2 designs. So, any other changes by additional customization only.

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.