+ 1
How can I remove the Click when the button is hovered?
4 Answers
+ 1
Hi Bithi D,
Well, the set up of this is a little funky because the button is being made to look differently on hover and not actually revealing a separate element, so the hacky way to make the text invisible is to add "color: transparent;" to the rest of the "button:hover {}" stuff.
I hope this helps! :)
+ 1
thanks
0
Anytime! đ