Support

Home Forums Event Espresso Premium Bullets in front of checkboxes

Bullets in front of checkboxes

Posted: July 28, 2016 at 12:50 pm

Viewing 3 reply threads


Maccabee Levine

July 28, 2016 at 12:50 pm

Original thread: https://eventespresso.com/topic/bullets-on-registration-form/

Bullets are also showing in front of the checkbox on the edit registration page.

Screenshot: http://www.esu.edu/images/wordpress/event-test9.jpg


Seth Shoultes

  • Support Staff

July 28, 2016 at 3:12 pm

That style is most likely added by your theme. You should be able to modify this type of thing in a child theme.


Tony

  • Support Staff

July 28, 2016 at 5:13 pm

Change the selector I previously provided to use the event_espresso_form_wrapper class, so:

#event_espresso_registration_form ul li {
    list-style-type: none;
}

Becomes

.event_espresso_form_wrapper ul li {
    list-style-type: none;
}

That’s should apply a little more general but still only to EE forms.


Maccabee Levine

July 29, 2016 at 6:00 am

Thank Tony, that actually took care of the bullets on the edit page and kept them off of the registration page as well.

Viewing 3 reply threads

The support post ‘Bullets in front of checkboxes’ 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