• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

How to remove sign up button

Hi, do you you want to just hide the button or to disable the create account functionality?
 
For topbar you can do a custom CSS code override like:

CSS:
#top-bar-signup {
    display: none !important;
}

However, text links like "create account" won't be possible to remove using CSS, you will need to alter the theme files. If your website will only use one language, you could simply override the translation strings for create account link references.
 
For topbar you can do a custom CSS code override like:

CSS:
#top-bar-signup {
    display: none !important;
}

However, text links like "create account" won't be possible to remove using CSS, you will need to alter the theme files. If your website will only use one language, you could simply override the translation strings for create account link references.

This code is not hiding the signup button in chevereto 4.0.8, can you suggest me the other way to hide it?
 
That button isn't there anymore, we used to show login + sign and we now show only login.
 
Back
Top