Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1129952
    mahmoud237
    Participant

    How can I center my navbar I tried some code in the community but didn’t work for me …I use Brand extended demo for my site.

    #1129953
    mahmoud237
    Participant
    This reply has been marked as private.
    #1129954
    mahmoud237
    Participant

    Also, I want to remove the logo in large screen just like the attached photo

    Thaks

    #1129994
    Thai
    Moderator

    Hi There,

    Please switch your header layout from Inline to Stacked:

    http://i.imgur.com/euu9Aco.png

    After that add the following CSS under Customizer > Custom > Global CSS:

    @media (min-width: 980px){
        .x-logobar {
            display: none;
        }
    }

    Hope it helps 🙂

    #1130043
    mahmoud237
    Participant

    Thnks a lot … it worked 🙂

    #1130123
    mahmoud237
    Participant

    But How I can include the logo bar on mobile view to be also transparent just like the original navbar .

    See attached photo to see what I mean .

    #1130382
    Rue Nel
    Moderator

    Hello There,

    To change the logobar, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-logobar {
        border-bottom: 0;
        background-color: #ABE1F9;
        box-shadow: none;
    }

    Hope this helps. Kindly let us know.

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