Hi,
How to change the logo link address ? I mean when the is pressed to redirect to another address then main page.
Thanks
Hi,
How to change the logo link address ? I mean when the is pressed to redirect to another address then main page.
Thanks
Hi There,
Thanks for writing in!
As you are using X theme, there is no option to change the logo link without custom code.
Please use this JS in your theme option-> Global JS which will replace the link with yours.
jQuery(document).ready(function() {
jQuery("a.x-brand").attr("href","http://google.com");
});
Please change the http://google.com with your custom URL.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.