Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Calendar Table Add-On - Event title font size | Event Espresso - Staging Server

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

Viewing 8 reply threads


Jake Vizner

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


Jake Vizner

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

  • Support Staff

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;
}


Jake Vizner

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

  • Support Staff

February 19, 2014 at 4:26 am

Finland and thanks.


Jake Vizner

February 19, 2014 at 6:29 am

Ok, the website should be visible for Finland now.

Thank you,

Jake


Anonymous

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;
}


Jake Vizner

February 19, 2014 at 7:06 am

Hi Tony.

This worked!

Thank you,

Jake

Viewing 8 reply threads

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 - Staging Server