Navbar hiding class id

Hi

I am trying to override the x-theme menu on all screen types using a plugin called touchy. For that they say I need the class id of the navbar for my particular theme

I have set the menu to be shown only on touchy in customize>menus
I have tried to set the “#x-nav” in Advanced: Hide theme menu area but nothing works. (input field for this particular function within plugin)

I have limited programming knowledge if any and so I have tried all class id’s that I could find with the developer tools inspector.

The url is www.mountaincreativestudio.com

X theme ‘Assign a menu’ placeholder just keeps showing on the right hand side although plugin menu is set and working. I have no idea what im doing wrong

Hi Tam,

Thanks for reaching out.

The class would be .x-navbar, but if you’re trying to hide the entire header then it should be .masthead. And you don’t need a plugin for that, you can just add this to Theme Options > CSS and it should be hidden.

.masthead {
display: none;
}

Hope this helps.

Thanks so much Rad that did the trick!

You’re welcome, Tam.

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