Support

Home Forums Event Espresso Premium Changing font size of grid view add-on

Changing font size of grid view add-on

Posted: August 12, 2015 at 12:23 am

Viewing 5 reply threads


Joe Mangrum

August 12, 2015 at 12:23 am

I have a grid view in effect and would like to have the whole title displayed the text size is very big and runs off the image?? heres the page http://www.clairescreativeadventures.com/calendar/


Tony

  • Support Staff

August 12, 2015 at 3:06 am

Hi Joe,

Your theme is setting h2 tags to use a font size of 34px within the #content, this is also being applied within the grid.

You can use something like:

#content .espresso-grid h2 {
    font-size: 12px;
}

So it looks like this – http://take.ms/3oHRo

We recommend using either the My Custom CSS or Reaktiv CSS Builder plugins to add custom styles such as these.


Joe Mangrum

August 12, 2015 at 10:06 am

Ah thanks Tony Much better! I assume you can use the plugin custom Css to adjust the font size on the calendar too? if you don’t mind providing a snippet of code


Tony

  • Support Staff

August 12, 2015 at 10:54 am

Something like this?

#espresso_calendar .fc-event-inner span {
    font-size: 12px;
}


Joe Mangrum

August 13, 2015 at 11:10 am

Thanks Thats awesome!!


Tony

  • Support Staff

August 13, 2015 at 12:46 pm

You’re most welcome 🙂

Viewing 5 reply threads

The support post ‘Changing font size of grid view add-on’ 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