Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1371831
    omkar13
    Participant

    Hi,
    I am trying to add a small badge on the right corner of my navbar. how do i achieve that?
    The badge size is 45×45 px.
    Thanks in advance!

    #1371837
    Thai
    Moderator

    Hi There,

    #1] Please add the following code under Customizer > Custom > Global Javascript:

    jQuery('.x-navbar-inner .x-container').append('<img class="my-img" src="https://placeholdit.imgix.net/~text?w=45&h=45" />');

    #2] Please add the following CSS under Customizer > Custom > Global CSS:

    img.my-img {
        float: right;
        margin-top: -35px;
    }

    Hope it helps 🙂

    #1371853
    omkar13
    Participant

    Thanks a lot ..that did the work! But the badge is showing before/leftside of menu items. How to fix it on right corner of the menu?

    #1371922
    Lely
    Moderator

    Hi There,

    Update above CSS to this:

    .x-nav-wrap.desktop {
        margin-right: 100px;
    }
    img.my-img {
        position: absolute;
        right: 0;
        top: 21px;
    }
    

    Hope this helps.

    #1371935
    omkar13
    Participant

    Thanks a ton! That did the fix 🙂

    #1372017
    Joao
    Moderator

    Glad to hear it,

    Cheers

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