Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #827832

    BroCodes
    Participant

    Perfect thank you.

    But now i need to remove the shadow also.
    how do you do this?

    #827929

    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! To assist you with this issue, would you mind providing us with your URL. This is to ensure that we can provide you with a tailored answer to your situation.

    You can also try this CSS in the meantime:

    .x-navbar.x-navbar-fixed-top {
        box-shadow:none;
    }

    Let us know how that goes. Hope this helps – thanks!

    #836601

    mitchmeister
    Participant

    Hi

    I implemented your original suggested css code (#236743) & worked great. Only issue I have is that the non-home page has a gray border under the menu (ref http://www.rehabitlabs.com/articles/). Can you tell me how to remove please.

    #836603

    Christopher
    Moderator

    Hi there,

    Please add this :

    header.x-header-landmark {
        border-top: none;
    }

    Hope it helps.

    #836703

    mitchmeister
    Participant

    brilliant!

    thank you

    #836709

    Christopher
    Moderator

    You’re welcome.

    #868023

    Alex
    Participant

    #RESOLVED
    Hi Team,

    I’ve got my navbar transparent however there is still a small bar underneath it. Can you help me out to get rid of it ? I can’t figure it out 🙁

    The site is; cx4.creatorsofweb.com

    example in the picture too

    EDIT : Fixed it with .x-navbar.x-navbar-fixed-top {
    box-shadow:none;
    }

    #868775

    Christopher
    Moderator

    Let us know if you have further questions.