• 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.

Hide 'Sign in' button

@imghub

Chevereto Member
I'm the only user on my page, is it possible to hide the 'Sign in' button and simply login through the /login page instead?
 
Last edited:
If you don't want anyone looking around: dashboard/settings/website
1543533171146.png

If you want others to see but not to see the login button: Add this custom css to dashboard/settings/theme

Code:
#top-bar-signin { display: none !important; }
 
Back
Top