Posted: February 26, 2014 at 11:01 am
|
I’m using the widget in the sidebar. Numbering is used– each event has a number in front of the text. How can I remove this?? |
Hi there, Usually it’s the theme that adds the numbers, which can be removed with CSS. |
|
|
would I need to remove event id# from widget.php? |
|
Im using a genesis theme. I used another upcoming events plugin and did not add numbering for the events. |
No, it’s a CSS issue, not something you’d remove from the template. The other event plugin likely didn’t mark up the event widget as ordered list. |
|
|
Just curious… why was this added to the latest version when it was not in the previous version? Also, can you provide some type of guidance as to what I need to add or delete in CSS to remove the numbers? |
Hello, Could you provide a link to your page so I can share some CSS to remove the numbering? Thanks — |
|
|
I replied to the email with the link; however, I have not received an update with the code to removed or edited. |
Hi there, We likely did not get that email. Can you post the link here? |
|
|
Can someone please tell me what file and line of code in CSS should be edited to remove the numbering that displays in the widget? |
Hi Tasha, Could you please post your reply directly to your forum post? https://eventespresso.com/topic/numbering-on-events-widget/ — |
|
|
|
Hello, Please add this to your theme’s style.css file or in a plugin like My Custom CSS: .widget.events li { list-style-type: none; } — |
|
|
I added the code, but it did not remove the numbering from the widget. |
|
It worked! Thanks for your help! |
Glad to hear the CSS code worked. Have a great day! — |
|
The support post ‘Numbering on events widget’ 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.