Add custom css after chat loaded
-
I would like to add some custom css to the chat window, but I cannot identify when the window has been loaded, I’ve tried:
$(‘#wplc_wrapper’).on(‘load’, ‘.powered-by_34hNj’, function(){ console.log(‘here’);
});
The topic ‘Add custom css after chat loaded’ is closed to new replies.