Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1377365
    artthescience
    Participant

    Hi there,

    How do I add text between an existing text logo and above the navbar sections of the header?
    See image for details.

    Thank you so much!

    #1377691
    Lely
    Moderator

    Hello There,

    We can add the following code on Appearance > Customize > Custom > Edit Global Javascript:

    jQuery ( function( $ ) {
    $('<span class="custom-brand-text">TEXT BELOW LOGO HERE</span>').insertAfter('.x-brand');				  
    });

    Then add this custom CSS on Appearance > Customize > Custom > Edit Global CSS:

    .custom-brand-text{
      display:block;
    }

    Hope this helps.

    #1378305
    artthescience
    Participant

    Thank you so much!!! You guys are amazing 🙂

    #1378365
    Nabeel A
    Moderator

    Glad we could help 🙂

    Cheers!

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