I actually only want to show the icon-right-open-1 when hovering over a button. What is the best way to do that?
Hi,
You can try the following CSS code:
.button i{ display: none; } .button:hover i{ display: block; }
Best regards
It works perfectly. Thank you!
And if I wanted the same with a cf7 button?
The CF7 button cannot have an icon, so it is not possible to do that there, unfortunately.
Okay, clear. Thanks for the answer and your help.
Comments
Hi,
You can try the following CSS code:
Best regards
It works perfectly. Thank you!
And if I wanted the same with a cf7 button?
The CF7 button cannot have an icon, so it is not possible to do that there, unfortunately.
Best regards
Okay, clear. Thanks for the answer and your help.