Home Forums Basel support forum How to remove 'add to wishlist' button and category on product page?

How to remove 'add to wishlist' button and category on product page?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #120355

    KevKopson
    Participant

    Hello,

    1) How do I remove the ‘add to wishlist’ button and category on the product page?
    2) How do I change the position/order of the custom tab on the product page?

    Thanks.

    #120380

    Hello,

    1. Please provide a product page URL.

    2. The default Woocommerce does not provide the option to do that. You will have to find a plugin or customize Woocommerce template.

    Best Regards

    #121128

    KevKopson
    Participant

    For example on this product page:

    #121134

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .product-design-alt .entry-summary .yith-wcwl-add-to-wishlist {
    display:none;
    }
    body .single-product-content .product_meta> .posted_in {
     display:none;
    }
    body .product-design-alt .product_meta {
        background-color: #ffffff;
    }

    Best Regards

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