• Resolved lidiyam

    (@lidiyam)


    Hi,

    In single product page, Add to wish-list button displaying twice.

    Thanks & Regards,
    Lidiya

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there,
    hope you are doing well! ??

    This issue is due to the theme templates, but you can add the next CSS rule in your theme “Appearance > Customize > Additional CSS” to hide the second button.

    .yith-wcwl-add-to-wishlist{
      display: none;
    }

    Can you check it and let us know any news?

    Have a nice day!

    Thread Starter lidiyam

    (@lidiyam)

    Hi,

    yesterday before raising a ticket i tried with this but if i use the above code, it’s hiding.
    But In shop age and index page product have only one add to wishlist option, when i used above code it’s hided add to wishlist option in all pages.

    So Finally i tried the below one :

    .single-product .yith-wcwl-add-to-wishlist{
    display: none;
    }

    Thread Starter lidiyam

    (@lidiyam)

    The Below one gave solution to me:

    .single-product .yith-wcwl-add-to-wishlist{
    display: none;
    }

    Plugin Author YITHEMES

    (@yithemes)

    Hi there,
    great! ??

    Is so difficult for us check if the rule is the correct in the browser, but we are happy that the one that you add works.

    Let us know if you have any issue or doubt.

    Have a nice weekend!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Wishlist Button Displaying Twice’ is closed to new replies.