Hey I was wanting to hid a menu item for all none logged in individuals.
I’m wanting to change the “Log-in” text to a user icon. I hid the log-in button for users logged in, but can’t get the icon to disapear for “Non- logged-in users”
I wrote:
.logged-out .x-navbar .menu-item-728 {
display:none;
}
thanks for your help.