Find Answers and Get Support › Forums › Cera – Intranet & Community Theme › Theme Customizer › Hiding horizontal navigation for non member users.
- This topic has 3 replies, 2 voices, and was last updated 1 year, 11 months ago by Manathan.
-
AuthorPosts
-
@themodactyl
- 0 Topics
- 6603 Posts
Hi Juhsi,
Thank you for reaching out.
I’m afraid this is standard design with our theme. Changing this is considerate customization work.
Only logged-in member can see these icons. Concerning the search bar, you can hide it in Customize > Appearance > Navigation > Search and uncheck the “Display Search Form” feature. Note that it will hide it for everyone.
Hi There,To hide it only from logged out users, simply add the following code snippet to your website:
/** * FEATURE: Hide Search Feature for Non Logged In Users */ body:not(.logged-in) .grimlock-vertical-navbar-search{ display:none; }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Also, it’s important to remember that we share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
If you want to go further with the customization of your website, we advise that you require customization work.
Regards,
October 26, 2022 at 10:11 #43113 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Hiding horizontal navigation for non member users.’ is closed to new replies.