• I use the the Flatsome Theme and the free version of the Yith WooCommerce Wishlist.
    I have selected the option to show Add to cart option for each product on the Wishlist page, but this is only faintly visible when the mouse hovers over the area that the button is meant to be. I know it’s there for sure because I already know what position it should appear, how ever users won’t know where to click to add products on their Wishlist to cart. I want to make it visible (solid black) and green on hover. Is there a way around this that I have not explored yet because I have gone through all the settings in the plug in.

    Secondly When a customer does not specify the size on a variable product and adds to Wishlist, the button indicates select option that returns the customer to the product page, however this does not remove the product from the Wishlist after the customer adds to cart on the product page. Is there a way to set this rule so that the product on the Wishlist is removed at the action of adding to cart from the product page?

    • This topic was modified 2 years, 9 months ago by wisdomisaac.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Antonio La Rocca

    (@therock130)

    Hi there

    I have selected the option to show Add to cart option for each product on the Wishlist page, but this is only faintly visible

    This is something related to your theme and its style, not specifically to our plugin
    Anyway, if you share an url to your website, I could try to suggest some CSS to customize the button as you requested

    however this does not remove the product from the Wishlist after the customer adds to cart on the product page

    This is true indeed: product is removed from wishlist only when directly added to cart from the list itself
    If you wish, I could provide you a snippet of code that removes product from current customer wishlist anytime it is added to the cart, no matter where the action takes place

    Thread Starter wisdomisaac

    (@wisdomisaac)

    Thank you very much for your reply. https://campuslife.shop/ is the url to my website. I will very much appreciate any help.

    Plugin Support Antonio La Rocca

    (@therock130)

    Hi there

    Regarding the ATC button, you could try to add the following CSS rules to Additional CSS section of Theme Customizer (WP Dashboard -> Appearance -> Customize) in order to make it more visible

    .wishlist_table .product-add-to-cart a.add_to_cart_button {
        background-color: #159d44!important;
        color: #fff;
    }

    This is the final result that I got on your installation

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add to Cart Button on Wishlist page is faint’ is closed to new replies.