Find Answers and Get Support › Forums › Cera – Intranet & Community Theme › Theme Customizer › Hide navbar in right menu layout
- This topic has 4 replies, 4 voices, and was last updated 4 years, 11 months ago by
Manathan.
-
AuthorPosts
-
RenzoParticipant@womenswine
- 2 Topics
- 5 Posts
Hi,
I’m using the right menu layout, like the Intranet Demo.
I want to hide the top navbar with the search bar and login links.I tried to hide the search form and login. But it’s still a white rectangle.
I add photos to show how it looks like and the options that I disable the search form and the sticky menu. (You can see the title page “Source” and over that there is a white rectangle.
It’s an error? Or how I can fix it?
March 5, 2020 at 17:51 #10456@themoceratops- 1 Topics
- 430 Posts
Hi @womenswine,
Thank you for your precious feedback. There is definitely an issue in our theme which will be fixed in the next update.
In the meantime, if you want to completely hide the top navbar, here is a css snippet that you can use:
#navigation { display: none !important; }
You can add this snippet to your website by going in “Appearance > Customize > Custom CSS” and pasting it there.
If you just want to fix the visual bug caused by disabling the sticky navbar, here is another CSS snippet for you:
@media (min-width: 992px) { .grimlock--navigation-fixed-left .hamburger-navbar, .grimlock--navigation-fixed-right .hamburger-navbar { position: relative !important; } }
Regards,
March 6, 2020 at 17:40 #10474@themopteryx- 0 Topics
- 615 Posts
Hi @womenswine,
Just update the first code snippet like this:
@media (min-width: 992px) { #navigation { display: none !important; } }
Regards,
March 12, 2020 at 09:46 #10609@themodactyl- 0 Topics
- 6747 Posts
Hi @womenswine,
We recently release a new version of your theme. Updating your theme, Grimlock plugins and all the other recommended plugins to the latest version should fix this issue.
If you have correctly updated the theme and Grimlock, the problem should now be fixed. You might still be seeing the issue because your browser cache is showing you an older version of the page (browsers do that to load pages faster). So to see that the issue is resolved you will need to empty your browser cache and reload the page. If you want to read more on what browser cache is and how to clear it, here is an article that might help you:
https://www.lifewire.com/how-to-clear-cache-2617980Cheers,
June 5, 2020 at 11:17 #13642 -
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 ‘Hide navbar in right menu layout’ is closed to new replies.