We are wondering if it is possible to display text underneath each image in ‘grid view’
So that… in addition to the rollover text that appears when you roll over the image, there would also be the name of the event underneath the image at all times. With the possibility for a date and price also.
We are using event espresso 4.9.55 and wordpress 4.9.2
We are wondering if it is possible to display text underneath each image in ‘grid view’
So that… in addition to the rollover text that appears when you roll over the image, there would also be the name of the event underneath the image at all times. With the possibility for a date and price also.
We are using event espresso 4.9.55 and wordpress 4.9.2
You could add this CSS to move the location of the text:
.ee_overlay {
position: relative;
top: 0;
}
CSS can be added to your site’s Appearance > Customize > Additional CSS panel.
Beyond that, you would have to refactor the templates included with the Grid Template add-on.
Viewing 1 reply thread
The support post ‘Titles underneath image in Gridview’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.