Month View Customisation

Home Forums Calendar Products Events Calendar PRO Month View Customisation

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1144053
    Rob Bennett
    Participant

    Hi

    How do I customize the top row (days of the week) in month mode? It is dark grey and the works are black making it very difficult to read. Having control of the row colour or the font colour would be useful

    Thanks
    Rob

    #1144144
    Nico
    Member

    Hey Rob,

    Glad to help you out on this one too! You can use the PRO color customizer to easily change the style of the calendar. If you need to target that specific part you can also do it via a CSS by pasting the snippet below in your theme’s (or child theme’s) stylesheet or by using the Simple Custom CSS plugin:


    /* modify month view header */
    .tribe-events-month .tribe-events-calendar thead th {
    background-color: blue;
    border-color: blue;
    color: red;
    }

    Please give the code a try and let me know if it works for you,
    Best,
    Nico

    #1152631
    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 ‘Month View Customisation’ is closed to new replies.