• 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
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Css updates

datguy

Chevereto Member
hi mate how can i bypass css without always updated the css I have edited? because i have edited stuff in css... granted it's not a massive change but 😛

9AC1ZRR.png
 
If you add changes in the dashboard, aren't those stored in the database? If that's true, then every time a page is built, php has to be run and the database queried?

I prefer the cloning method, but this in itself is clunky. Could we not have child themes instead? That way people could store all their changes in one static css file which could be served more efficiently (e.g. by nginx).
 
If you add changes in the dashboard, aren't those stored in the database? If that's true, then every time a page is built, php has to be run and the database queried?

When Chevereto runs it calls the settings table just once and populates a settings array. Every time Chevereto loads it does that and in that load is your css changes so is not bid deal at all. The database or php won't be overused at all.

And you are missing the override. You can create style.css in the themes overrides folder.
 
Back
Top