• Resolved adrien26

    (@adrien26)


    Hi,

    I have a problem, I need to get rid of the text “Add to wishlist” and “Remove from list” within the buttons. I’ve added “display :none” to get rid of the first text. Unfortunately there is no matching selector within the “a” tag for the second text…

    Please watch the screenshot on the attached link.

    Many thanks for your help!

    • This topic was modified 5 years, 2 months ago by adrien26.
    • This topic was modified 5 years, 2 months ago by adrien26.

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

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

    (@yithemes)

    You can remove that label by adding the following PHP snippet at the end of functions.php file of your theme or child

    
    add_filter( 'yith_wcwl_remove_from_wishlist_label', '__return_empty_string' );
    Thread Starter adrien26

    (@adrien26)

    Hello, thank you so much, that line of code works perfectly!

    Plugin Author YITHEMES

    (@yithemes)

    You are welcome!

    We are doing our best to improve our plugins. Our target is to develop and release the best free plugins for WooCommerce, but to achieve this we need your help. Please leave a good review to support us and help our growth ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add to whislist button’ is closed to new replies.