Find Answers and Get Support › Forums › Cera – Intranet & Community Theme › Theme Customizer › leave only one top button
- This topic has 6 replies, 3 voices, and was last updated 4 years, 9 months ago by
Themosaurusrex.
-
AuthorPosts
-
@themosaurusrex
- 0 Topics
- 2048 Posts
Hi @k360,
If you wish to hide the Login and Register button from your navigation, you can easily change this theme option in the Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Appearance > Login”. Then, simply uncheck the “Display login and register buttons in the navbar” value.
However, I’m not sure to understand what you’re meaning when you said:
What do Login and Registrar put and only the login with the name ENTER?
Could you be more specific please?
Thank you.
May 14, 2020 at 11:01 #12705@themosaurusrex- 0 Topics
- 2048 Posts
OK. Do you wish to translate the Login string or change the wording?
To hide the Register button, simply add the following code snippet to your website:
/** * Hide the Register button. */ .menu-item--register { display: none !important; }
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,
May 14, 2020 at 11:32 #12707May 23, 2020 at 10:48 #13026@themosaurusrex- 0 Topics
- 2048 Posts
You’re right @youfriend. Thank you for your quick reply! 😀
May 25, 2020 at 12:21 #13049 -
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 ‘leave only one top button’ is closed to new replies.