I’m also having the same issue. Looking forward to an answer.
Plugin Contributor
Brian
(@brianjessee)
Hi,
Thanks for trying out our plugin. This is usually caused by a theme conflict and we have css to not show the numbers.
I found this works for me to override it again:
.widget.tribe-events-list-widget ol > li {
list-style: outside none none;
}
Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
If that does not work it may require more specific css for your theme and we are limited in supporting 3rd party coding, but can try to help out with a link.
Thanks
Thread Starter
John
(@jbculpepper)
Sorry for the delay. Project focus was on other stuff and I’m only now returning to this issue before we go live.
Your CSS worked Wonderfully! Thanks.
this didn’t work for me…tried through Simple Custom CSS – do you have an alternate solution?