Support

Home Forums Event Espresso Premium Change Font and Fontsize in Grip View Template

Change Font and Fontsize in Grip View Template

Posted: February 3, 2016 at 4:51 am


Charles Diehle

February 3, 2016 at 4:51 am

How i can Change the font in the grid view template?

look here: http://www.fotograf-in-muenchen.de/workshop-kalender

if i hover over the Picture, the text is too big. i cant found where i can Change the font and size.

Also i want Change the border. I doesnt look really nice. There is a black border on top and bottom, and an Grey border inside. Where i can Change this?

Thanks a lot


Tony

  • Support Staff

February 3, 2016 at 7:49 am

Hi Charles,

Most of that output is actually from your sites theme, ie the gray border, the black bands (which is from margins within your theme) and the font size is actually smaller than your theme would set it 🙂

So to fix this we’ll need to add some custom styling to override the theme, we can do that with some custom CSS:

To remove the border and margins you can use:

.ee_grid_box img {
    border: none !important;
    margin: 0px;
}

To change the font size, something like:

.ee_grid_box a.darken span h2 {
    font-size: 12px;
}

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


Charles Diehle

February 3, 2016 at 12:12 pm

Thanks a lot. works fine.

The support post ‘Change Font and Fontsize in Grip View Template’ 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