Hide node controls in Allmon3



Hide the two node control buttons for logged out users in Allmon3

Add to /etc/allmon3/custom.css

body.logged-out .node-bi:nth-child(n + 3) {
        display:none;
}

hide-buttons

Last Updated: 15.10.2025