Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Mobile/PC behavioral difference

New Front EN Support Forums Ikebana Theme Support Mobile/PC behavioral difference Reply To: Mobile/PC behavioral difference

#2361
mmsatori
Keymaster

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