Project:Themer
Version:6.x-2.0-3
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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

#1

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

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

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