• Hi

    I would like to know if I can modify the Add To Cart link in the wishlist table via hooks please?

    I am looking to make it a custom Add to Cart button related to my theme’s style.

    Not looking to do so via the Settings but via hooks/filters if possible.

    • This topic was modified 9 months, 1 week ago by rainbowguy.
Viewing 1 replies (of 1 total)
  • Hello there,
    thanks for contacting us!

    If you want to modify the button style, you can use the following CSS rule in Appearance > Customize > Additional CSS:

    .wishlist_table a.add_to_cart_button {
    //insert your styles here
    }

    Additionally, if you need to make more advanced changes, you can override this template:

    \wp-content\plugins\yith-woocommerce-wishlist\templates\wishlist-view.php

    in the following directory:

    \wp-content\themes\your-child-theme\woocommerce\

    and then you can apply the changes that you want.

    Could you check it, please?

    Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Customize Wishlist table’ is closed to new replies.