Remove icon on button on hover

Hello Bulmaro, I have emptied everything in the wish list and you can also see that the button that appears “Back to Store” also shows that check icon that I want to remove, and if you fill the wish list with 10+1 products you will A “Next Page” button will appear with the same icon on the button.

The process so far has been as follows:

1. In the button customizer, I gave NO to add icon, however, the default icon that appears in case of YES to add icon is the check icon. That is why I complemented it with CSS code (recommended by Argenis) so that it would not appear. This worked like the cart menu case but not for the TI Wishlist plugin.

a.button.wc-forward:after {
display: none !important;
}

2. Then, within the options of the TI Wishlist plugin, in the CSS Code section, I added the following code (recommended by Argenis) so that that icon would not appear on the button, but it worked partially, not totally, as it is the case for the buttons: “Back to the store” and “Next page”.

button.button::after {
display: none !important;
}
button.button:hover {
padding-right: 20px !important;
}

… And for that, I try to get you to help me strengthen this code or buy another one that I can enter. Thanks.

This post has been modified on 2 years ago by

AnswerQuote

Answered: 09/14/2020 11:49 pm

Loading Facebook Comments ...
Loading Disqus Comments ...