Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1113484
    christiaanakkermans
    Participant

    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

    #1113485
    christiaanakkermans
    Participant
    This reply has been marked as private.
    #1113499
    Thai
    Moderator

    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 🙂

    #1113519
    christiaanakkermans
    Participant

    Super!

    And how do I change it to open the link in a new window?

    Christiaan

    #1113525
    Thai
    Moderator

    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!

  • <script> jQuery(function($){ $("#no-reply-1113484 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>