Background color of event is not white, how do I fix

Home Forums Calendar Products Events Calendar PRO Background color of event is not white, how do I fix

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #812595
    w3sights
    Participant

    Here is a site on which I am using The Events Calendar and the background color is not white, here’s an example http://mountainlaurel.org/event/walk-through-the-grades-2/ How do I fix? I would like a fix that won’t be overridden when I upgrade The Events Calendar, so I would preferably like to have the css in my theme’s style sheet, although I see it has something to do with tribe-events-full.min.css? This site uses the Genesis Framework, the Outreach Pro theme.

    #812822
    Brian
    Member

    Hello,

    I can help you out. For the most part theme compatibility issues are up to you, but I have some css below to get you started.

    So you can add this to your theme’s stylesheet or through a plugin like Simple Custom CSS:

    #tribe-events-pg-template {
    background: none repeat scroll 0 0 #fff;
    padding: 20px;
    margin: 0 auto 30px;
    }

    That will add a white background to the Events Pages.

    It may not be exactly how you want it, but if you play around with the padding and margin that should get you there.

    Let me know if that helps out.

    Thanks

    #865102
    Brian
    Member

    Since there is has not been any activity on this thread for over 2 weeks so I am now closing it. Feel free to start a new thread if you have further issues. Thanks! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Background color of event is not white, how do I fix’ is closed to new replies.