• 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

views on/off

deaddreams

Chevereto Member
Hello, is it possible to hide or remove the number of views under the loaded photo? Please reply to private messages, with instructions and a line in the code. Thanks for attention.
 
custom CSS (remove ":first-child" for hiding both the views and like counter)

Code:
.header-content-right .number-figures:first-child {
    display: none;
}
 
It does work. You are doing something wrong. Go to admin dashboard -> settings -> Theme -> Scroll down to the Custom CSS section and paste the code directly and save. Let me know how it goes.

2226
 
Back
Top