Custom ID for elementsIn PRO you can refer to all element custom DOM ID and call them from CSS or Javascript. Just specify the Identifier value in the settings of your custom element. ID will be formed as follows: playerID_control_myID For example, you created an element and specified the value of identifier logo. If the player ID that you specify when creating the player in the code is player, then the ID of the element will be player_control_logo. Since the element consists of several layers, you can directly refer to the background player_control_logo_bg or text layer player_control_logo_text |