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.
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
Comment #1
tjholowaychuk commentedUse a random body class, then switch the background like below:
body.random-1 #header {
...
}
body.random-2 #header {
...
}