View as Month – selected css targeting?

Home Forums Calendar Products Events Calendar PRO View as Month – selected css targeting?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1179522
    Yohan
    Participant

    Hi, thanks for taking a sec.

    I’m having a hard time targeting the view as month background color when clicking/hovering.
    – it defaults to white as in the screen shot.

    http://dev-10-18-16.crownsteakhouse.com/events/

    Any help or insight would be greatly appreciated.

    Many thanks,
    Jon

    #1179655
    Geoff B.
    Member

    Good evening JonĀ and welcome back!

    Thank you for reaching out to us.
    I would love to help you with this topic.

    2 CSS rules will enable you to control the hovering appearance:

    #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover {
    color: #000;
    }

    #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover {
    background: #f1f1f1;
    }

    Let me know if that helps.

    Have a great day!

    Geoff B.

    #1190413
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘View as Month – selected css targeting?’ is closed to new replies.