Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Diana_blue

    (@diana_blue)

    Thanks for your answer, I truly apology since I realize now that the subject of this thread is wrong, probably the dictionary of my keyboard did the holy trick.

    So, my question was “How to HIDE the tooltip of the wishlist buttom”, that one that appears on the screen when you mouse over, displaying text as “add to wishlist” or “product already on the list” or something like that.

    I already solved it, just in case somebody needs to hide the tooltips for this button , you only need to add the next line to your custom CSS of your wordpress.

    .wishlist-popup {
    display:none !important;
    }

    As simple as this, but please be aware of not confusing an underscore (_) with an hypen (-) like, and loose few hours trying to find a complicated solution, even asking in the forums… like I did, just for a typing mistake … lol

    Hello to everyone…

    I need to keep the wishlist button, but hiding the tooltips “add to withlist” and so on….

    Sorry if this question was answered befored, I have been a couple of days searching and just feeling blocked at this point…

    Huge thanks in advance…

Viewing 2 replies - 1 through 2 (of 2 total)