• Resolved [email protected]

    (@deerla2002yahoocom)


    Anyone know how to change the text color in WP Events Calendar?

    Sidebar small version: I have it on a black background. It’s a white box with off-white text color–can’t see. Only the events are red.

    Large, full page version: transparent background with events in dark blue, very hard to see.

    you can see both at this link:

    https://cfppsandimas.com/blog/?page_id=1511

Viewing 9 replies - 1 through 9 (of 9 total)
  • Should ask in the themes forum, but post a link and I’ll take a look.

    Thread Starter [email protected]

    (@deerla2002yahoocom)

    I fixed the link above. Thanks!

    Ok, you should have a stylesheet called events-calender.css
    open that, and here is what changes the colors of the fonts. search through it and you may have to add css to them.
    Just add a color: #000; to each of them and it should fix.

    #wp-calendar th { <– changes month titles at the top

    #wp-calendar td { <– light grey for days already past

    #wp-calendar caption { <– changes month color which is white.

    This is for the smaller calendar I’m still looking for the larger one.

    And here is the navy colored font in the large one, same stylesheet.

    Look for
    #wp-calendarLarge .event-block {
    border-top: 1px solid #444;
    display: block;
    padding: 2px 0 0 2px;
    line-height: 11pt;
    color: navy;
    }

    change color: navy; to color: white;

    Thread Starter [email protected]

    (@deerla2002yahoocom)

    Thank you for your help. This looks very doable…

    I just have to find where all this is located in the stylesheet.

    I have to quit for today, but I’ll be on tomorrow afternoon to work on it-and I may have questions then.

    Thread Starter [email protected]

    (@deerla2002yahoocom)

    It worked! Thank you!

    Do you know how to fix the width of the large calendar’s month header to fit in the column as nicely as the calendar does?

    It’s the bookmark button you have on that page, It’s pushing the month titles over. Add a space under it <br> or something and your months should space perfectly.

    Thread Starter [email protected]

    (@deerla2002yahoocom)

    perfect thanks!

    The information suggested here looks like it will solve my issues too. But for some reason my events-calendar.css is inactive. So when I make the changes suggested they won’t show.

    When I look just above the code I see:
    Editing events-calendar/css/events-calendar.css (inactive)

    The inactive looks like a big hint. How can I re-activate events-calendar.css?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Change text color in WP Events Calendar’ is closed to new replies.