Customize the Calendar – can't find event hover tag

Home Forums Calendar Products Events Calendar PRO Customize the Calendar – can't find event hover tag

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #953808
    Zachary
    Participant

    I’m having trouble finding what tag to change the css for when I hover the mouse over an event title and a detail page popups. As you can see – http://the-ante.com/events/ – The formatting is off and I need to change it. I just can’t find what the tags are for that box?

    Thanks!

    #954107
    Brook
    Participant

    Howdy Zachary,

    It’s nice to meet you. That is certainly something I can help with.

    It appears that your theme defines “div.duration”. It sets a large font, and a position of absolute. You can just undo this in CSS for tribe events. I would use code like this:

    body .tribe-events-tooltip .duration {
    position: relative;
    font-size:16px;
    }

    You can insert that into any CSS file. Most people put it in their theme’s CSS files, but that is up to you.

    Does that make sense? Did that work? Please let me know.

    Cheers!

    – Brook

    #954481
    Zachary
    Participant

    I was using that css edit to control how it should on a widget on the home page. If you see the http://the-ante.com/ … Is there a way to not have it effect it on the calendar page or maybe another tag I should use?

    #954518
    Brook
    Participant

    Howdy Zachary,

    If you use a CSS class other than “duration” as that won’t affect the calendar page. Or, you could use that CSS I shared above to fix it on just the calendar page, without affecting the rest of the site. Then you could leave your classes as they are. Does that all make sense?

    Cheers!

    – Brook

    #955530
    Zachary
    Participant

    That worked. Thanks so much!

    #955945
    Brook
    Participant

    Awesome! Happy to hear that worked. Thanks for letting me know.

    Cheers!

    – Brook

    #955946
    Brook
    Participant

    Awesome! Happy to hear that worked. Thanks for letting me know.

    Cheers!

    – Brook

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Customize the Calendar – can't find event hover tag’ is closed to new replies.