Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1362648
    LumoDesign
    Participant

    Hi,

    My client is making a very strange request to have two separate twitter accounts in the top bar social links.

    Is this possible?

    Thanks

    Ed

    #1362783
    Paul R
    Moderator

    Hi Ed,

    You can add this under Custom > Edit Global JS in the Customizer.

    
    jQuery(function($) {
      $('.x-topbar .x-social-global').prepend('<a href="#" class="twitter" title="Twitter" target="_blank"><i class="x-icon-twitter-square" data-x-icon="" aria-hidden="true"></i></a>');
    });
    

    Change # with your twitter link.

    Hope that helps.

    #1362795
    LumoDesign
    Participant

    Even though I hate how it looks (2 Twitter links) That code worked great.

    thanks.

    Ed 🙂

    #1362911
    Rahul
    Moderator

    Glad we were able to help.

    Feel free to ask us again.

    Thanks!

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