Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Grouping price points | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Grouping price points

Grouping price points

Posted: February 16, 2014 at 11:06 am

Viewing 2 reply threads


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

  • Support Staff

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

Viewing 2 reply threads

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 - Staging Server