• 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.

Dynamic Background

sumpo

Chevereto Member
Is it possible to change a background image after refresh the webpage.What i want is to change it every time when my user refresh the webpage
 
You can do it by PHP using a random case and then echo the CSS like <style type="text/css... body { background-image: url(blabla); }</style>
 
Back
Top