Organizr: custom css question

Created on 8 Jan 2020  路  9Comments  路  Source: causefx/Organizr

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.

Most helpful comment

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;
}

All 9 comments

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-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;
}

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!!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

STaRDoGG picture STaRDoGG  路  4Comments

JimboJamez picture JimboJamez  路  6Comments

Cookie-Monster-Coder picture Cookie-Monster-Coder  路  5Comments

CBers picture CBers  路  4Comments

bbviking picture bbviking  路  3Comments