Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #876903
    tonylees
    Participant

    Hi There,

    Is it possible to add text to the header (under the menu buttons)
    I need a tag line to run along the green line in the image (Right justified)

    Thanks
    Tony

    #876909
    tonylees
    Participant

    sorry wrong attachment

    #877655
    Friech
    Moderator

    Hi Tony,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    And would you mind to clarify where do you want the tagline to be placed? Perhaps add a caption to your screenshot.

    Cheers!

    #877679
    tonylees
    Participant

    Hi
    Please see example below.

    This is for mardybums.co.uk

    Thanks
    Tony

    #878214
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .navbar-txt {
        float: right;
        color: red;
        font-size: 30px;
    }

    Please add following code in Customize -> Custom -> JavaScript :

    jQuery("<div class='navbar-txt'>text</div>").insertAfter(".x-navbar .x-nav");

    Hope it helps.

    #878951
    tonylees
    Participant

    HI There,

    Thanks fo rthe help, I have tried the code but nothing is showing … what have i done wrong?

    Thanks
    Tony

    #879592
    Christopher
    Moderator

    Hi there,

    The code should work, would you provide us with login credentials so we can take a closer look?

    Thanks.

    #879814
    tonylees
    Participant
    This reply has been marked as private.
    #880351
    Rupok
    Member

    Hi Tony,

    Thanks for updating. I have checked and the code is working just fine but you have placed some other script with script tag that preventing the code to be applied. Kindly remove this or add this correctly – http://prntscr.com/art1ml

    You don’t need to use the script tag within Custom JS section.

    Cheers!

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