This topic has 2 replies, 2 voices, and was last updated 3 years, 9 months ago ago by Rose Tyler
Hi there,
I want to hide/delete the marked things on my screenshot. The title “Navigation” is not neccesary to delete.I already translated it in Dutch. But “Acccount” and “Sign in” is necessary to delete.
Screenshot:
http://www.gewoonkoel.nl/help
Thank you!
Hello,
Use the next custom CSS code (Theem Options > Custom CSS):
.mobile-nav .mobile-nav-heading:last-of-type, .mobile-nav .links li.login-link {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up