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

    creddy
    Participant

    Hi support,

    site: landingux.com.au and I have found it impossible to remove the default BW logo and top right nav button on the revolution slider before my own menu appears. I did find a similar thread regarding a global static layer however I just cannot work out how to find the global layers as the logo and nav doesn’t appear when editing the slide.

    Also would it be possible to turn the menu to a sticky menu for mobile (so the menu will stick to the top of the screen as it currently does on desktop?

    Thank you!

    Chad.

    #684716

    creddy
    Participant

    My apologies, I just found the Static Global layer right after I had posted my question and removed these features.

    For the second question, that would still exist to make the main menu become sticky for mobile as it currently does for Desktop.

    Thank you.

    Chad.

    #685122

    Darshana
    Moderator

    Hi there,

    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.

    #686679

    creddy
    Participant

    Hi Themeco,

    The original post above. Its http://landingux.com.au.

    Thank you.

    #687308

    Rupok
    Member

    Hi there,

    Thanks for writing back. To make the menu static on mobile, you can add this under Custom > CSS in the Customizer.

    .x-navbar-fixed-top {
      position: fixed!important;
    }

    Cheers!