• Resolved mikerichx3

    (@mikerichx3)


    Hi Everyone.

    I am having issues with changing the color title month on both of these pages. I have tried different css and nothing works. Can someone help. Thanks

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there!

    You’re actually using a different calendar plugin, called Modern Events Calendar. This forum is for The Events Calendar.

    But I think this should help, if I’m understanding your issue:

    .mec-calendar .mec-calendar-header h2 {
        color: #ce0e0e;
    }

    replace #ce0e0e with the color of your choice, of course. If that’s not overriding your theme’s styling you might need to add !important like so:

    .mec-calendar .mec-calendar-header h2 {
        color: #ce0e0e!important;
    }

    I hope this helps!

    Thread Starter mikerichx3

    (@mikerichx3)

    Okay great that works on this page https://edisonscc.org/plain/ I appreciate your help. How can I change the one on the home page https://edisonscc.org/ (towards the bottom right).

    .mec-month-divider span {
    color: #ce0e0e;
    }

    Hey there! This thread has been inactive for a while so we’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up and we’d be happy to help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cannot Change Title on Website’ is closed to new replies.