Support

Home Forums Event Espresso Premium Calendar Table Add-On – Event title font size

Calendar Table Add-On – Event title font size

Posted: February 17, 2014 at 1:55 pm


d37toastmasters

February 17, 2014 at 1:55 pm

Is there a way to reduce the font size for the event title displayed on my home page? http://d37toastmasters.org/. It wou.d be nice if the add-on inherits the theme styling, not sure if this is possible.

Thank you,

Jake


Lorenzo Orlando Caum

  • Support Staff

February 17, 2014 at 2:49 pm

Hi Jake,

This uses this CSS class: event-title.

I can provide some CSS that you can drop in to your theme’s style.css to change the size.

What size did you want to title to be? Alternatively, I could provide CSS so it matches another another element on the page. Just let me know where on the page to look so I can check the CSS for you.


Lorenzo


d37toastmasters

February 18, 2014 at 3:18 am

Hi Lorenzo,

I’m using Avada theme from Theme Fusion (http://theme-fusion.com/avada/). I/m not sure if there is an easy way to find out the theme’s main class. If not, I would like to make the font size Arial 18 and go from there.

Thank you,

Jake


Dean

February 19, 2014 at 1:43 am

Hi,

I can’t see the site to test it, but this should work

.event_title a {
font-size:18px;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}


d37toastmasters

February 19, 2014 at 2:12 am

Hi Dean,

That did not seem to work. I also tried

.event-title a {
font-size:18px;
font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;
}

without any success. What country are you located in? I will open firewall for you.

Thank you,

Jake


Dean

February 19, 2014 at 4:26 am

Finland and thanks.


d37toastmasters

February 19, 2014 at 6:29 am

Ok, the website should be visible for Finland now.

Thank you,

Jake


Tony

  • Support Staff

February 19, 2014 at 6:58 am

Hi Jake,

Same selector Dean gave you only with .cal-table-list at the beginning should work, so:

.cal-table-list .event-title a {
font-size:18px;
font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;
}


d37toastmasters

February 19, 2014 at 7:06 am

Hi Tony.

This worked!

Thank you,

Jake

The support post ‘Calendar Table Add-On – Event title font size’ 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