• 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

backround

LtWolfie

Chevereto Member
how i can change my website background to custom image? i dont really like that white and black theme
 
What do you mean? It comes with a image background as default. Check your admin dashboard - > setting - > homepage
 
Ok, thank you for clearing that up. I would advise against that because layering images over images hurt the eyes, and it will look weird when scrolling down.

But if you insist on doing this, go to your dashboard -> settings -> theme and scroll down to the "custom css" section and paste this (change the image url in the code)

Code:
body {
    background-image: url("https://yourbackgroundimageurl.com");
}
 
Back
Top