Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi I.,
    I think there is no option directly in the plugin for that, but according to the stylesheet it should be orange actually…:

    table.em-calendar td.eventful a, table.em-calendar td.eventful-today a {
        color: #FD7E29;
    }

    However, you could change that in your custom stylesheet.

    Thread Starter irenuzza80

    (@irenuzza80)

    Hi @moaschtr

    Thanks for your reply!
    No, I don’t have it orange, and even after inserting the above code and changing it into my branding color, the calendar didn’t change at all…maybe it’s the theme?
    I am not sure, but I cannot change it..

    Could you please share a live link. That way we can look in the actual markup to help you better. Now, it’s just guessing. ??

    Thread Starter irenuzza80

    (@irenuzza80)

    Yeah, true, sorry:)

    The website is still not live, but you can enter and see the Calendar at the footer at:
    https://www.sellmyclothes.com.au/home/

    Thanks @duisterdenhaag Patrick!
    I.

    Thanks! ??

    There are two stylesheets at work:
    1) events-manager.css
    2) style.css (your theme).

    It looks like your theme stylesheet is overwriting the events-manager.css. So that is why your links are not orange. ??

    The “best” thing to do is to add this at the bottom of your theme’s stylesheet. That way you make sure it overrules all earlier declarations.

    “eventful” is the css class for dates with events.

    table.em-calendar td.eventful a, table.em-calendar td.eventful-today a {
        color: #000 !important;
        background-color: ##bf1948 !important;
        text-decoration: underline !important;
    }
    Thread Starter irenuzza80

    (@irenuzza80)

    @duisterdenhaag Thank you Patrick, you’re a star, worked like charm!

    Warm regards,
    I.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Small calendar different color’ is closed to new replies.