Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #997209
    awecesar
    Participant

    Hey,
    on my site I have my logo and the navigation as an “a” anchor inside my x-container.
    I want to add another “a” anchor inside the x-container with a class (for example “social”).

    How can I do that?

    Thanks!

    #997251
    Thai
    Moderator

    Hi There,

    Please provide us with your website URL so we can take a closer look.

    Thank you.

    #997305
    awecesar
    Participant

    fourtylove.com

    #997321
    awecesar
    Participant

    when you scroll down the site looks like this (screenshot)
    I just want to have a twitter icon on the right of the screen -> Hamburger nav icon left; Logo middle; Twitter icon right;

    #997373
    Christian
    Moderator

    Please give us access to your WordPress admin and FTP so we could check your setup.

    Thanks.

    #997447
    awecesar
    Participant
    This reply has been marked as private.
    #997575
    Rupok
    Member

    Hi there,

    Thanks for writing back. You can add this under Custom > JavaScript in the Customizer.

    jQuery(document).ready(function($) {
      var html = '<a title="Twitter" class="custom-twitter right" href="http://twitter.com/"><img alt="Twitter" src="//twitter-icon-link.png"></a>';
      $( html ).appendTo('.x-navbar-inner .x-container');
    });

    Let’s change the image source //twitter-icon-link.png with your uploaded image URL and change the twitter link.

    And then add this under Custom > CSS in the Customizer.

    .custom-twitter > img {
      margin-top: 15px;
      width: 50px;
    }

    Hope this helps.

    Cheers!

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