# Removing context menu 'Powered by THEOplayer...'

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:

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

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

## Related articles

* [How can we disable the right click?](https://docs-preview.optiview.dolby.com/pr-860/theoplayer/how-to-guides/web/miscellaneous/context-menu/disable-right-click.md)
* [How to change the Context Menu?](https://docs-preview.optiview.dolby.com/pr-860/theoplayer/how-to-guides/web/miscellaneous/context-menu/change-context-menu.md)
