Home Forums WoodMart support forum Remove Back To Products, Compare, Previous Product links

Remove Back To Products, Compare, Previous Product links

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #206607

    unitbase
    Participant

    Hello!

    Can you help me with code to remove from Product Page:

    • back to products

    • previous product arrow

    • compare

    • Add to Wishlist

    • Category

    • Tag

    • Store Policies

    Thanks!! My site is Unitbase.co.uk, here is an example product:

    https://unitbase.co.uk/product/sony-s7/

    #206645

    Hello,

    I have visited the URL you attached.

    1,2 ) Please add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .single-product-page .woodmart-products-nav {
    display: none;
    }

    3) For Compare Button:

    .single-product-page .woodmart-compare-btn  {
    display: none;
    }

    4) For Wishlist Button:

    .single-product-page .woodmart-wishlist-btn {
    display: none;
    }

    5) For Categories:

    .single-product-page .product_meta .posted_in {
    display: none;
    }

    6) For Tags:

    .single-product-page .product_meta .tagged_as {
    display: none;
    }

    7) The tab is coming from WCFM and our theme doesn’t influence it. If you still want the CSS then try and add the following Custom CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .single-product-page .woocommerce-tabs .wcfm_policies_tab_tab {
    display: none;
    }

    Best Regards.

    #206649

    unitbase
    Participant

    Thank you!

    When I change the Product Page Design in Woodmart, the Back To Products link comes back

    Another question:

    On the WPBakery Product Grid – how do you hide the “Compare”, “Quick View” and “Add to Wishlist” icons on hover?

    #206665

    Hello,

    Please provide with the URL of the page that is causing the issue to check it myself and help you out accordingly.

    To remove the icons from the product grids you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-grid-item .woodmart-buttons {
    display: none;
    }

    Best Regards.

    #206671

    unitbase
    Participant

    Thanks

    On the main page – www.unitbase.co.uk

    The first Product Grid (Recent Listings)

    Can it be a double height element?

    I mean, can it show 8 items at once?

    4
    then
    4

    Thanks

    #206690

    Hello,

    You are Most Welcome.

    You could not have the carousel double heighted as you mentioned. You can use two elements.

    Best Regards.

    #206693

    unitbase
    Participant

    Thanks but the element is set to display “Recent Items” – so two elements would display the identical items

    #206705

    Hello,

    Unfortunately, you cannot change the data of the recent products in the carousel.

    It requires customization and this is beyond our limitations and support policy.

    Best Regards.

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)