On a page I have boxes showing the number of records for a certain category. Users can then click a button to view all items of that category, or directly add a new item in that category (directs to a form):
I would actually like to hide the View/ Add buttons until the user hoovers the blocks. So I want to link the visibility of the buttons, to a hoover action of another element.
How would I do this in Bubble? Thx!