Hey,
in custom css only styling related code works.
Please goto
wp-admin > plugins > editor > wplms-customizer.php;
Refer:
http://prntscr.com/lpyel3
add_filter('wplms_site_link','site_lock_url_on_logo',10,2);
function site_lock_url_on_logo($link,$location=null){
if(!empty($location) && $location == 'logo'){
$link = 'https://www.google.com';
}
return $link;
}
if it does not work, please share your url and wp-admin credentials in a private reply. we will make it work.