To hide the Title Overlay on the 5centsCDN Video Player you can set the query parameter in the video URL.. The specific parameter you need is `hideTitleOverlay`. By including this parameter in the player’s URL and setting it to `true` or ’1` you ensure that the Title Overlay, which typically displays the video title, is concealed from view.

For example, if you want to hide the Title Overlay, you can modify the player’s URL as follows:

https://your-video-player-url.com?hideTitleOverlay=true 


This simple adjustment allows you to customize the player’s appearance and remove the Title Overlay, enhancing the visual presentation of your videos while they play on the 5centsCDN Video Player.

Note: ‘true’ = ‘1’ and ‘false’ = ‘0’. You can use either ‘true’ or ‘1’, and ‘false’ or ‘0’.