Support

Home Forums Event Espresso Premium Dividers between events on Event List

Dividers between events on Event List

Posted: February 15, 2021 at 7:34 am


Steve Amis

February 15, 2021 at 7:34 am

I have three events in my event list. I am using the shortcode. I would like a simple <hr> tag for a line between each event. How can I do this?


Josh

  • Support Staff

February 15, 2021 at 4:12 pm

Hi,

Adding an html tag would require modifying template files. What you could do instead is add some custom CSS like this:

article.espresso_events {
    margin: 3px 0px; 
    border-bottom: 1px solid black;
}

article.espresso_events:last-of-type {
 border-bottom: 0;
}

The support post ‘Dividers between events on Event List’ 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