Hey Dan,
the mobile buttons do not remain active, yet the background does stay once a button is being pushed once, which, after considering your question, does start to feel somewhat counter-intuitive from the usability perspective. In order to get rid of this behaviour, we’d need to change one CSS rule (“style.css”, line 382 in theme version 2.1).
You can either add the overriding code below to the “Style: Add Custom CSS” tab of the Theme Options panel, or at the bottom of the “style.css” (that file should open by default when visiting the “Appearance -> Editor” admin menu) – or, if you are fairly familiar with CSS, edit the line I’ve mentioned directly, removing the second selector.
#icons-mobile a:active .mobile-icons-title {
background-color: transparent !important;
}
Please let me know if this helps fix the issue.
Sincerely,
Andrii / Satori Studio