
JW 7.7.0 - Disable Rewind-Icon in Controlbar
Hi, how can i disable the new "rewind" icon in the controlbar?
Hi, how can i disable the new "rewind" icon in the controlbar?
Hi there,
You can hide the rewind button by adding the following CSS to your page:
.jw-icon-rewind {
display: none !important;
}
Thank you.