Change Tooltip Image size

Home Forums Calendar Products Events Calendar PRO Change Tooltip Image size

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #946097
    Lars
    Participant

    Hi,

    How/where do we change to Tooltip Image size from 150×150 px til something different?

    #946162
    Geoff
    Member

    Hi there, Lars!

    The image uses a class name of .tribe-events-event-thumb, so you can use that to style the size in your theme’s style.css file.

    For example:

    .tribe-events-event-thumb img {
    width: 50px;
    }

    Cheers!
    Geoff

    #946211
    Rob
    Member

    Since it looks like Geoff has answered the core issue here, Lars, I’m closing this thread. Please see the email I just sent you and let’s continue our conversation there.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change Tooltip Image size’ is closed to new replies.