Support

Home Forums Event Espresso Premium Upcoming Event Widget now numerically lists the events -how to remove numbering

Upcoming Event Widget now numerically lists the events -how to remove numbering

Posted: December 4, 2013 at 3:39 pm


rachel Perry

December 4, 2013 at 3:39 pm

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/


Josh

  • Support Staff

December 4, 2013 at 5:21 pm

Hi Rachel,

This should be something you can remove by going into your WordPress theme’s advanced options tab where you can add this:

.widget.events ol {
    list-style: none;
}


aiact

December 12, 2013 at 10:52 am

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?


Josh

  • Support Staff

December 12, 2013 at 10:54 am

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.


aiact

December 12, 2013 at 11:52 am

I put the code in the Custom CSS and it had no affect on the event widget. Any additional suggestions?


Josh

  • Support Staff

December 12, 2013 at 1:40 pm

If you can post link to the page in question we can take a look to know what to suggest next.


aiact

December 12, 2013 at 2:06 pm

http://www.aiact.org

Thanks.


Josh

  • Support Staff

December 12, 2013 at 2:14 pm

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:

http://www.htmldog.com/guides/css/intermediate/specificity/

For this theme, you can add this to override it:

#sidebar-1 ol li, 
#sidebar-2 ol li, 
#ez-home-sidebar-1 ol li {
list-style-type: none;
}

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.

Event Espresso