Event List View Changes

Home Forums Calendar Products Events Calendar PRO Event List View Changes

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #20140
    Carl
    Member

    Hello all,

    I apologize in advance for the stupidity of this question but I’m trying to change the size of the Event title as it appears on my Events list page. Here’s the addy of the page (http://goo.gl/MrX3U) and my question is this: Which .php is this page within my plugins. I have these choices for list:

    events-calendar-pro/lib/widget-advanced-list.class.php
    events-calendar-pro/views/events-advanced-list-load-widget-display.php
    events-calendar-pro/admin-views/widget-admin-advanced-list.php

    Thanks again for your amazing support.

    -Carl

    #20188
    Jonah
    Participant

    Hi Carl,

    The events list view is mainly controlled by /wp-content/plugins/the-events-calendar/views/list.php – if you make any changes, make sure you make a copy and place in an ‘events’ folder in your theme. But, to change the size of titles you don’t need to edit PHP files, you can just do this with CSS. To do that you can add something like the following to your themes style.css file:

    .events_list .tribe_events .entry-title a {
    font-size: 30px;
    }

    Change that to whatever you want it to be 🙂

    I hope that helps but let me know if you have any questions.

    Cheers,
    Jonah

    #976999
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Event List View Changes’ is closed to new replies.