and is it possible with a custom css to remove github and disweb.deploys.io button ?
I'm also looking to move the top bar and integrate it on the sidebar.
check https://github.com/Archmonger/Blackberry-Themes/wiki/Installation-Instructions#organizr-minimal-edition-remove-top-navbar
and
/*Hide Sign Out, Github and Support buttons in nav*/
#side-menu>.devider, .nav #github, .nav #menu-Organizr-Support{
display: none;
}
Oh just perfect ! Thank you very much, fast and efficient :)
I'm going to study this page!
can we modify the iframe css with organizr too?
Yes.
.frame-Duplicati {background-color: white}
Duplicati is the name of the Tab
thx, last question, is there a possibility to add the closing crosses on the sides?
not sure whatcha mean
check https://github.com/Archmonger/Blackberry-Themes/wiki/Installation-Instructions#organizr-minimal-edition-remove-top-navbar
and
/*Hide Sign Out, Github and Support buttons in nav*/ #side-menu>.devider, .nav #github, .nav #menu-Organizr-Support{ display: none; }
It still shows the sign out button for me. I just added .nav #sign-out and it works.
So it looks like:
/*Hide` Sign Out, Github and Support buttons in nav*/
#side-menu>.devider, .nav #github, .nav #menu-Organizr-Support, .nav #sign-out{
display: none;
}
check https://github.com/Archmonger/Blackberry-Themes/wiki/Installation-Instructions#organizr-minimal-edition-remove-top-navbar
and/*Hide Sign Out, Github and Support buttons in nav*/ #side-menu>.devider, .nav #github, .nav #menu-Organizr-Support{ display: none; }It still shows the sign out button for me. I just added
.nav #sign-outand it works.So it looks like:
/*Hide` Sign Out, Github and Support buttons in nav*/ #side-menu>.devider, .nav #github, .nav #menu-Organizr-Support, .nav #sign-out{ display: none; }
Hide Github and Support buttons in nav CSS is no longer working in the latest version, 2.0.633. Anyone else?
Toggles have been added into the settings to hide them.
Hey, thanks!!
Most helpful comment
check https://github.com/Archmonger/Blackberry-Themes/wiki/Installation-Instructions#organizr-minimal-edition-remove-top-navbar
and