Changing event time colors

Home Forums Calendar Products Events Calendar PRO Changing event time colors

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1146237
    Joshua
    Participant

    I need to be able to change the event times on the calendar and calendar list. Currently the beginning and end times are different colors, but I need for it to be red for both. Where is that item located in the CSS code? I’m specifically talking about the top of the page beneath the title. See attached screen shot.

    And, It’s adding an odd sidebar by default and I can’t change that.

    Here’s the URL http://www.votemikepompeo.com/event/team-pompeo-campaign-update/

    Thanks!

    -JW

    #1146388
    Brook
    Participant

    Howdy Joshua,

    I would love to help you with this.

    If I were you I just add a little extra CSS code. The original line in your CSS can be found in this file on line 6326 :

    http://www.votemikepompeo.com/wp-content/uploads/cmsms_styles/politics.css?ver=1.0.0

    But if you just add a little CSS any old place you should be able to override this. Often times its nice to override then change.

    span.tribe-event-time {
     color: #d7242f;
    }

    Did that do the trick?

    Cheers!

    – Brook

    #1146685
    Joshua
    Participant

    Brook:

    Unfortunately that didn’t work. Can you take a look again?

    -JW

    #1146695
    Joshua
    Participant

    Brok:

    I was actually able to fix it. You had the “.” in the wrong place in the code 🙂

    Should be this:

    .span tribe-event-time {
    color: #d7242f;
    }

    Thanks for you help!

    -JW

    #1146789
    Brook
    Participant

    You are welcome! Thank you for getting back and sharing the solution.

    Cheers!

    – Brook

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Changing event time colors’ is closed to new replies.