Support

Home Forums Event Espresso Premium Display event info in Grid View display without hover

Display event info in Grid View display without hover

Posted: February 5, 2018 at 5:35 pm


mdeyerinkc

February 5, 2018 at 5:35 pm

I’m trying to figure out to do two things:

1. Alter the .css so that the event info in the Grid View shows by default (i.e. shows always, without having to hover over the image); and
2. [Alternatively] display the event info outside of the image box (w/o needing to hover.

Either way, I want the event info to display by default – I don’t want the user to have to hover over anything.

I know enough to get into the css file and make edits, but not enough to know which edits to make. And I’m not sure if I need to add this altered css to a child file or not? Would an update clear out changes? If a child file is appropriate, would it reside in the eea-events-grid-view-template folder?

Thanks
Marcus


Tony

  • Support Staff

February 6, 2018 at 4:56 am

Hi Marcus,

You can use this CSS:

.ee_grid_box_v2 .ee_overlay {
    top: 0;
}

You can add that to Appearance -> Customize -> Additional CSS

Please refer to this guide for more detailed information about the CSS customizer: https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress

And I’m not sure if I need to add this altered css to a child file or not? Would an update clear out changes? If a child file is appropriate, would it reside in the eea-events-grid-view-template folder?

I think you are referring to a child theme (you can’t have child plugin files) but you don’t need a child theme for the above, you can use the build in additional CSS feature.


mdeyerinkc

February 8, 2018 at 9:03 am

That worked great – thanks Tony!


Tony

  • Support Staff

February 9, 2018 at 4:36 am

You’re most welcome 🙂

I’ll mark this thread resolved, any further problems/questions, please feel free to open up another.

The support post ‘Display event info in Grid View display without hover’ 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