Hello,
by clicking on the main logo, the link which is supposed to redirect the user to the home page does not work.
Where can we modify the href attribute?
Regards.
Hello,
Please share your page url and admin credentials in a private reply so that i can check the issue.
Also let me know what is the correct url??
Waiting for response.
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.
We aim to improve the usability of our customer's web-sites and we are glad to have made a contribution. If you find our information to be helpful & you wouldn’t mind leaving a review, we would really appreciate that!