How to delete sub menu and reposition revolutino slider

Hi there,

I’m just trying to get rid of this little sub menu that say ‘home’. Hoping you might be able to help me remove this.

Also wondering how to position the site menu banner above the revolution slider?

Many thanks

Hi there,

Please go to X > Launch > Theme Options > Header > Miscellaneous > Breadcrumbs : OFF.

Would you mind providing the link to your site so that we could check for the second question?

Thank you.

Thanks so much! One more question. How do you make this pencil icon above contact go away?

And the site for the second question is balancedescapes.com

Thank you!

Hello @barrn0ne,

It’s a inbuilt feature of WordPress and will show up when you are on customize page wherein it gives you the options to change menu item location. It won’t show up in frontend of website when you are not logged in. https://www.screencast.com/t/hiVhgsFlmB

Thanks.

Ok great thanks for letting me know.

Re my original question. Are you please able to help me move the home page menu to sit above the revolution slider for this page please:

https://www.balancedescapes.com/?page_id=12

Hi,

To achieve that, you need to activate Slider Below Masthead instead of Slider Above Masthead

Then add this in X > Launch > Options > CSS

@media(min-width: 980px) {
.page-id-12 .masthead  {
            position:absolute;
            width:100%;
            background-color:transparent !important;
     
       }
       body.x-navbar-fixed-top-active .x-navbar-wrap {
            height: auto;
       }

.page-id-12 .x-logobar,.home  .x-navbar, .home .x-topbar  {
    background-color: transparent !important;
    box-shadow: none;
    border: 0;
  
}
  }

Hope that helps.

Thanks so much! All fixed :slight_smile:

Glad to hear it.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.