• 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

change font color

Something like this?

Copy Paste this code to Custom CSS

Dashboard -> Settings -> Theme -> Custom CSS

Code:
#home-cover-content h1 {
    color: #3a3a3a;
}
#home-cover-content p {
    color: #3a3a3a;
}

.btn-text {
    color: #3a3a3a;
}

[class^="icon-"], [class*=" icon-"] {
    color: #3a3a3a;
}

#menu-fullscreen .btn.top-btn-create-account, .top-btn-text, .btn.top-btn-create-account:not(.grey):not(.white) {
    color: #3a3a3a;
}
 
Yep for most of the main page what tomsit said above, however this is more complicated than it looks. You'll also need to decide what you'll do with mobile menu, otherwise you'll have grey text on a black mobile menu.

Plus the down arrows will need changing, and if you use the search box then that'll need amending as well. ;)
 
Right click on elements in chrome -> inspect and find the css code for them, and import your changes to custom css.

OR

go for different background.
 
Back
Top