Avada › Forums › Community Forum › Buttons disappearing after being clicked
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
Hi there,
I’m having an odd issue where my Fusion builder button are disappearing after they have been clicked. They reappear again one you click anywhere on the page. Any thoughts. Really don’t want them to ever be hidden.
Hi @spacebunyip,
This could be a bug, or just set-up specific. It is hard to tell from the source code alone. Note, you still have active support judging by our records. In which case you can submit a ticket from https://theme-fusion.com/support/submit-a-ticket/
The reason the buttons are not appearing is due to the :focus CSS. As a quick fix you can override that with CSS added to Theme Options > Custom CSS:
.button-default:focus { background: black; }
Thank you, that did the trick nicely!
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Was this topic helpful?