Current Date Highlight (Desktop and Mobile)

Home Forums Calendar Products Events Calendar PRO Current Date Highlight (Desktop and Mobile)

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1066475
    rich
    Participant

    Would like to change the formatting for the current date on both the mobile and desktop versions.

    http://mattpawlygolf.com/calendar

    can you please direct me to the css that modifies this.

    Thanks

    #1066985
    Nico
    Member

    Hi there Rich,

    Thanks for reaching out to us! I’ll help you here…

    To select the current day you can use the .tribe-events-present CSS selector, so for example to change the day number background you can do the following:


    .tribe-events-present div:first-child {
    background-color: red !important;
    }

    This will work for mobile too, of course you’ll need to adjust the rules to get to the desired result.

    You can add this code to your theme stylesheet or via Simple Custom CSS plugin.

    Hope you can get started with this tip, please let me know if there’s anything else I can do for you,
    Best,
    Nico

    #1079866
    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 ‘Current Date Highlight (Desktop and Mobile)’ is closed to new replies.