Hello,
We have reviewed this issue and confirmed that you are right — it is indeed a problem in our theme.
The blog post sharing functionality is implemented using a hover effect. On mobile browsers like Firefox for Android, the :hover CSS pseudo-class behaves differently compared to desktop environments because mobile devices lack a traditional mouse cursor. In Firefox for Android :hover effect may not trigger when tapping on a dіv
because mobile Firefox does not consistently apply :hover styles to non-interactive elements like dіv
— especially if they don’t have any built-in interaction (e.g., оnclick, tabindex, or a link).
Unlike anchor (a
) or button elements, a plain dіv
is not considered interactive by default. As a result, Firefox may ignore :hover on touch, or briefly apply it and immediately remove it, making it seem like it doesn’t work.
Thank you for reporting this issue. We will look into it in more detail and address it in the next update of our theme.
Kind Regards