Tagged: x Author Posts August 2, 2016 at 4:42 am #1113484 christiaanakkermansParticipant I want my logo in the header (leden.chrisakkermans.com) to link to a different website: chrisakkermans.com Can you help me with this? Thanks! Christiaan August 2, 2016 at 4:42 am #1113485 christiaanakkermansParticipant This reply has been marked as private. August 2, 2016 at 4:50 am #1113499 ThaiModerator Hi There, Please add the following code under Customizer > Custom > Global Javascript: (function($){ $("a.x-brand.img").attr('href', 'http://chrisakkermans.com'); })(jQuery); Hope it helps 🙂 August 2, 2016 at 5:10 am #1113519 christiaanakkermansParticipant Super! And how do I change it to open the link in a new window? Christiaan August 2, 2016 at 5:16 am #1113525 ThaiModerator Hi There, Please update the previous code a bit: (function($){ $("a.x-brand.img").attr('href', 'http://chrisakkermans.com'); $("a.x-brand.img").attr('target', '_blank'); })(jQuery); Regards! Author Posts <script> jQuery(function($){ $("#no-reply-1113484 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In