Hi there,
Please how can I make to redirect to another website (not to the Homepage) when clicking on the Header Logo ?
Thanks!
Hi there,
Please how can I make to redirect to another website (not to the Homepage) when clicking on the Header Logo ?
Thanks!
Hi There @joserodrigz
Thanks for writing in! Try adding the following JavaScript code into your X -> Theme Options -> JS area and change the link accordingly.
![]()
jQuery(".x-brand.img").attr("href", "https://www.google.com/");
Hope that helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.