body:not(.custom-logged-in) .show-logged-in-section{
    display: none;
}
body.custom-logged-in .hide-logged-in-section{
    display: none;
}