Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Remove Pause/Play Central Buttons


I know the rewind button can be removed with:

.jw-icon-rewind {
display: none !important;
}

But the following doesn't seem to remove the pause or play button:

.jw-icon-pause {
display: none !important;
}

.jw-icon-play {
display: none !important;
}

Is there a different way of doing this please?

1 Community Answers

George

JW Player Support Agent  
0 rated :

Hi,

Use the inspector in Google Dev tools to find the element and it’s associated CSS class. Else, For me to reproduce this issue reliably I will need the following information:

Browser name and version:
Operating System name and version:
Device make and model:
Provide step by step instructions on how to reproduce the issue on your page:
A test page replicating the issue as described in the document below:
https://support.jwplayer.com/customer/portal/articles/2186238-troubleshooting-%E2%80%94-creating-a-test-page

The test page must not contain any additional code or CSS, it must only contain the player and concrete steps to reproduce with expected and actual behavior.

This question has received the maximum number of answers.