Hi,

We'd like to have random header background images behind our logo. Is this something Themer can help with? If so, can you point me to the documentation that explains how? Thanks.

m.e.

Comments

tjholowaychuk’s picture

Use a random body class, then switch the background like below:

body.random-1 #header {
...
}

body.random-2 #header {
...
}