• Resolved emelietjuuuh

    (@emelietjuuuh)


    Hey,
    I’m using the events calendar plugin and the Allegiant theme for my website. In de theme I chose a background picture, that shows on every page. But I don’t want it to show on the event page, because now you can’t read anything!
    This is the page I’m taking about: http://www.sustainableatcampus.com/agenda/
    I want no background on this page, or just make a white background.
    I hope you can help me.
    Sincerely,
    Emelie

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Normally you would expect another Template to help – but there doesn’t appear to be one that is suitable. So give this a try…

    .tribe-events-page-template {
        background-image: none !important;
    }
    .tribe-events-header li {
        list-style: none;
    }

    The li entry clears the dots in the Events menu.

    • This reply was modified 3 years, 9 months ago by jim5471. Reason: correction

    Hi Emelie!
    What was mentioned by @jim5471 is correct, thanks for helping out.

    In case you don’t know where to add this code, it can be added to (WordPress Dashboard > Appearance > Customize > Additional CSS) section.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove background picture from Calendar page, or make background white’ is closed to new replies.