How to change the color to of a button to white and make the color disappear while hovering over it

Is there a way to make a button white and then when a user hovers over it with their mouse it changes back to transparent

Hey @ScentBubble

Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.


Screenshot is for reference only, the correct code to paste is the one shown above.

Thanks