Background image on an event
-
Hello
I would like to be able to put up a unique background image on each event.
I tried this:
On the Custom CSS page for your plugin:
body.xxxxx {
background: url(http: … ) no-repeat center center fixed;
}Then, on the event page itself:
<body class=”xxxxx”>
…..
</body>But it doesn’t work.
My site is a subsite and it’s not live yet.
Any suggestions as to what I’m doing wrong?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Background image on an event’ is closed to new replies.