• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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