• Resolved mished

    (@mished)


    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?

    https://wordpress.org/plugins/event-calendar-wd/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Sona

    (@support-web-dorado)

    @mished,

    There is no opportunity for having unique image as a background for the event as an option. But since the events are unique posts, you can use inline CSS within the posts itself shifting to text editor instead of the Visual Editor.

    Thread Starter mished

    (@mished)

    Hi, Sona

    I wrote some codes (via text editor) on the event page but the desired background does not appear on that page — it appears on the site’s general background.

    How do I reference the event page on CSS so that these codes apply to that page?

    Sona

    (@support-web-dorado)

    @mished,

    If you go to Dashboard>Events> Open one event and add the code here in text editor it will apply only to that event page. It cannot be applied to all pages. Use inline CSS with the following format-http://www.w3schools.com/html/html_css.asp

    Thread Starter mished

    (@mished)

    Hi, Sona

    Finally figured it out. Thanks for your assistance.

    Sona

    (@support-web-dorado)

    @mished,

    Thank you for keeping up with is. Helping our clients is our duty 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Background image on an event’ is closed to new replies.