Is there a way to modify the background color on the

Home Forums Calendar Products Events Calendar PRO Is there a way to modify the background color on the

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #18681
    Kathleen
    Member

    “event list” & “calendar” buttons? Would love to make them sync with our site’s color scheme

    #18704
    Jonah
    Participant

    Hi Kathleen,

    Yep, you can very easily change the background colors of the buttons. Just target the following in your CSS:

    .tribe-events-button-off {
    background: blue;
    }

    .tribe-events-button-on {
    background: red;
    }

    You can modify the /wp-content/plugins/the-events-calendar/resources/events.css file with the above code, but first make a copy and place in an ‘events’ folder in your theme. Then just set the background colors to be whatever you want.

    I hope that helps!

    #976723
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Is there a way to modify the background color on the’ is closed to new replies.