How would I go about displaying the start & end date in the tooltip inline?

Home Forums Calendar Products Events Calendar PRO How would I go about displaying the start & end date in the tooltip inline?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #967437
    Jeremy
    Participant

    Can someone walk me through how to change the tooltip info?

    I want to know how I go about displaying the start & end date in the tooltip inline? Like Start Date – End Date
    I’m not php savvy!
    Thanks!

    #967698
    Brian
    Keymaster

    Hi,

    I can help you out on this.

    So you are trying to get the event start times to show on one line instead of two, correct?

    I tried this css and got it to work for me:

    #tribe-events-content .tribe-events-event-body .duration .updated {
    display: inline;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    #968181
    Jeremy
    Participant

    Awesome,
    Thank you!

    #968286
    Brian
    Keymaster

    Great glad it helps.

    I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How would I go about displaying the start & end date in the tooltip inline?’ is closed to new replies.