Let's kick start Monday with a quick tutorial of template overrides for the plugins in EasySocial.
Just in case you don't already know, Joomla actually allows you to override the default theme for EasySocial's plugin with your Joomla template. So, for the general interest of everyone, we will use Docker plugin as an example here.
To start off, you'll need get a copy theme files for Docker plugin located at /plugins/system/docker/themes/default.php
and paste it in the new folder created at your Joomla template, eg, /templates/tz_kavin_ii/html/plg_system_docker/default.php
along with your applied changes, and you're good to go. That way, you no longer have to worry about your charges get overwritten whenever the plugin has an update.