• Hello,

    How can I delete the text after adding the product to the wishlist it says “Remove from wishlist or view wishlist” how can I remove this text?

    here is a screenshort, there you can see what i mean:

    https://ibb.co/5M0CTTS

    Best Regards
    NextGenUA

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,
    we hope you’re doing well!

    In order to achieve what you need, add the following CSS in Appearance > Customize > Additional CSS:

    .yith-wcwl-add-to-wishlist .separator, .yith-wcwl-add-to-wishlist .view-wishlist {
        display: none !important;
    }
    
    .yith-wcwl-add-to-wishlist .delete_item {
        font-size: 0;
    }

    Check it out and tell us if it works well for you, please.

    Have a nice day!

    Thread Starter nextgenua

    (@nextgenua)

    Hey Juan,

    Thank you so much! ??

    Another Question there is same problem, how can i delete this message?

    here is a screenshort, there you can see what i mean:
    https://ibb.co/Pt1sPcD

    Best Regards
    NextGenUA

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,

    Yes, sure. In order to achieve what you need, add the following CSS too:

    ul.products.product-loop-layout-2 li.product .product-thumbnail .rz-loop_button:after {
        display: none !important;
    }

    If it doesn’t work for you, try this too:

    ul.products.product-loop-layout-2 li.product .product-thumbnail .rz-loop_button:before {
        display: none !important;
    }

    Check it out and tell us any news, please.

    Best regards.

    Thread Starter nextgenua

    (@nextgenua)

    Hey Juan,

    Thank you so much! ??

    I have a last Problem then all is good.

    When I add a product to the wishlist, the heart icon moves a bit, it’s not fixed in its position, when I removed the product from the wishlist, the heart icon moves back to its place.

    how can i fix that?

    Best Regards
    Nextgenua

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,
    you’re welcome ??

    Yes, sure. In order to fix that, add this CSS too:

    .yith-wcwl-add-to-wishlist i, .yith-wcwl-add-to-wishlist.exists i {
        margin-top: 4px !important;
    }

    Let us know any news.

    Have a nice day!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How can i delete the Text’ is closed to new replies.