简体   繁体   中英

CSS - Hide Nav Bar & Footer

I'm looking to hide the navigation bar and footer within a GoNative.io App. I'm not familiar with CSS at all but I have tried this:

nav.navbar.navbar-inverse.navbar-fixed-top {
display: none !important;
}

And several other variations but it just won't hide it.

Here is the layout of the site

在此处输入图片说明

I'm a bit confused how the structure needs to be laid out in order for adding custom CSS to hide this.

.navbar{
     visibility: hidden;
}

the selector should be only nav.navbar or just .navbar

nav.navbar{ }

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM