Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Abz

    (@abzlevelup)

    Hi @anweb,

    Thanks for reaching out to us. Let me help you with this one. Go to Appearances → Customize → Additional CSS and insert the following Snippet bellow.

    Calendar page here I want 16px on the title

    .tribe-events-calendar-list__event-title-link.tribe-common-anchor-thin {
      font-size: 16px !important;
    }

    See the screenshot here:
    https://share.getcloudapp.com/P8u14yeQ

    Widget event list here I want 14px on the title

    .tribe-events-widget-events-list__event-title-link.tribe-common-anchor-thin {
      font-size: 14px !important;
    }

    See the screenshot here:
    https://share.getcloudapp.com/yAuKElvN

    Let me know if this helps.

    Best,
    Abz

    Thread Starter anweb

    (@anweb)

    Thank you very much that worked perfect

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Want different title font-size in calender list view and widget event list http’ is closed to new replies.