Support

Home Forums Event Espresso Premium Grouping price points

Grouping price points

Posted: February 16, 2014 at 11:06 am


Nick Putman

February 16, 2014 at 11:06 am

Hi,

I would like to be able to group price points, preferably under a heading, i.e to have the list of price points separated into sections. Whilst I would ideally like a heading, just adding a line between the sections would help – as there is no distinct id for the list items in the markup I can’t apply CSS to do this.

Could someone please let me know if what I am trying to do is feasible.

Thanks,

Nick


Sidney Harrell

February 17, 2014 at 6:04 am

You should be able to do it with the n-th child selector. So if you wanted to add some top-padding to the 3rd price row, you would do:

.price_type:nth-child(3) {
top-padding: 5px;
}


Nick Putman

February 17, 2014 at 11:37 am

Thanks for jogging my CSS memory Sidney.

Best Wishes,

Nick

The support post ‘Grouping price points’ 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