Hi guys,
I hope all is well.
I had once asked for CSS code regarding the Mediapress Play Pause and speaker button to not change position when hovering. You have sent me then CSS code to fix the issue but on a new release the issue has been repeatedly take happen again. Would it be possible to send me the new CSS code in order to fix the issue?
Thank you for your support.
Regards
DanielHi Daniel,
Thank you for your patience.Please try this code instead
.mejs-button { text-align: left !important; } a.mejs-horizontal-volume-slider:hover { background-color: transparent !important; border-radius: 0 !important; } mejs-unmute>button { background-position: -40px 0 !important; } .mejs-mute>button { background-position: -60px 0 !important; } .mejs-unmute>button { background-position: -40px 0 !important; }
Let me know if it fixes it or not?
Regards
Brajesh
The topic ‘ [Resolved] Mediapress Play Pause and speaker button changes position on hovering’ is closed to new replies.
This topic is: resolved