change tooltip in month view

Home Forums Calendar Products Events Calendar PRO change tooltip in month view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1407256
    Mel
    Participant

    Hi,

    Using the Pro version. In the month view with the tooltip shows (mouse over), I would like the tooltip to have the featured image on the LEFT and all the test on the right! See pic

    Some of the support threads kind of covered this but I did not understand the code etc.

    I would prefer to use CSS and snippets….

    #1407301
    Jennifer
    Keymaster

    Hi Mel,

    Welcome back to the forums!

    You can edit the template for the tooltip by following these instructions to copy it into your child theme. The file can be found at wp-content/plugins/the-events-calendar/src/views/month/tooltip.php.

    For a quick CSS solution, you can add the following:

    .tribe-events-tooltip .tribe-events-event-thumb {
    float: right;
    }

    If you don’t see any changes initially, make sure to clear your browser/site cache, including unchecking the “Enable the Month View Cache” option under Events > Settings > Display. Let me know how it goes!

    Thanks,

    Jennifer

    #1407548
    Mel
    Participant

    Hiii…

    Thank that is better using the css…

    Mel

    #1407555
    Jennifer
    Keymaster

    Great! Since this has been marked “resolved”, I’ll go ahead and close it out. Feel free to open a new thread if you have any other questions!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘change tooltip in month view’ is closed to new replies.