Support

Home Forums Event Espresso Premium Resize the font size in Event table list

Resize the font size in Event table list

Posted: January 12, 2014 at 7:19 am


Fred Dreiling

January 12, 2014 at 7:19 am

WP 3.8
EE 3.1.36.1.P
addons … Calendar, Custom Template Display, Permissions, Social Media
http://www.woodlandskillscentre.co.uk

Hi All … what should be just a simple task is driving me mad.
On the http://woodlandskillscentre.co.uk/woodland-skills-courses/ page I simply wish to reduce the font size to 1.3 rem or 13 px. I simply cannot find the correct style, id or location to style this table to better improve its appearance.

Does anyone have any simple, straightforward advice.

Many thanks in advance to all for any help provided.


Tony

  • Support Staff

January 13, 2014 at 3:36 am

Hi Fred,

To re-size the table font size you can use:

#ee_filter_table {
font-size: 13px;
}

To re-size down the the category drop-down and its title ‘filter by category’ you can use:

#ee_filter_cat, p.category-filter {
font-size: 13px;
}

Combine those all together into one rule if they are to all be the same:

#ee_filter_cat, p.category-filter, #ee_filter_table {
font-size: 13px;
}

You can add that to your site through your themes .css file or using a plugin such as My Custom CSS.

Hope that helps 🙂

The support post ‘Resize the font size in Event table list’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso