• Resolved lorigibson

    (@lorigibson)


    How to make the month, day and date more prominent on the left column of the events list page.

    The page I need help with: [log in to see the link]

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

    (@eeide)

    Hi @lorigibson,

    Thanks for reaching out!

    The WordPress Customizer offers you the ability to adjust the styles for our plugin sitewide, including font sizes. You’ll find this under Dashboard > Appearance > Customize > The Events Calendar.

    If you prefer to ONLY adjust these elements, you can use the following CSS. You’ll add this under Dashboard > Appearance > Customize > Additional CSS:

    time.tribe-events-calendar-list__month-separator-text {
        font-size: 30px !important;
    } 
    .tribe-events-calendar-list__event-date-tag-weekday {
        font-size: 20px !important;
    }
    .tribe-events-calendar-list__event-date-tag-daynum {
        font-size: 30px !important;
    }

    Of course, you can customize the font sizes to your liking to make them larger or smaller. Let me know how it goes!

    Thank you,
    Erica

    • This reply was modified 2 years, 6 months ago by Erica.
    Plugin Support Abz

    (@abzlevelup)

    Hi @lorigibson,

    We haven’t heard from you in a while, so I’m going to mark this as resolved. Feel free to start a new thread if you have any more questions.

    Best,
    Abz

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Event List View – Enlarge month and date display’ is closed to new replies.