Skip to main content
Version: 7.1.1

Removing context menu/'Powered by THEOplayer v2...'

The context menu can be removed while building your player by disabling the "contextmenu" feature or by adding a CSS rule on your page.

You can disable the context menu in the style sheet like this:

<link rel="stylesheet" type="text/css" href="/path/to/ui.css" />

<style>
.theo-context-menu {
display: none;
}
</style>