How to hid menu Item for logged out individuals

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.

Hi Alex,

Thanks for writing in! Try utilizing a plugin for specific requirement, as we do not provide support for specific customization requirements.

Try following this guide (https://www.wpbeginner.com/plugins/how-to-add-conditional-logic-to-menus-in-wordpress/) and see if that helps.

Please also note that we do not provide support for 3rd party plugins as well. If you encounter any issues related to that plugin, you need to contact the plugin author directly.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.