After upgrading to version Event Espresso – 3.1.36.P, the Upcoming Events Widget now numerically lists the events. How do I remove the numbering? Visit to see. . http://www.rachelperrymedium.com/
I also would like to remove the numbering (would have preferred spacing between events instead). The Advanced Options tab I find is under Catalyst. Is there where you are referring to? Should the code you suggested be added under Custom CSS?
Yes, and we did add some additional styling in Event Espresso 3.1.36.1 to help prevent the numbering from getting displayed, but it turns out that some themes can override this.
It turns out that the numbers are added by your WordPress theme. They made it a little difficult to override since they’re using the widget’s ID instead of a widget class to target it. ID’s are 10x more specific than classes, so in order to override these rules, it’s going to need to be targeted right at those ID’s:
#sidebar-1 ol li,
#sidebar-2 ol li,
#ez-home-sidebar-1 ol li {
list-style-type: none;
}
Viewing 5 reply threads
The support post ‘Upcoming Event Widget now numerically lists the events -how to remove numbering’ 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.