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