Via FTP or file manager (in cPanel), go to the directory where you installed Joomla, edit 'configuration.php' and search for something like this:
public $live_site='example.com';
If the domain within the single quotes is not your custom domain, change it to your custom domain. Like so:
public...