Support

Home Forums Event Espresso Lite Numbering on events widget

Numbering on events widget

Posted: February 26, 2014 at 11:01 am

Viewing 15 reply threads


C. W.

    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??
    Ex: 1. Event #1
    2. Event #2


    Josh

      February 26, 2014 at 12:49 pm

      Hi there,

      Usually it’s the theme that adds the numbers, which can be removed with CSS.


      C. W.

        February 26, 2014 at 12:51 pm

        would I need to remove event id# from widget.php?


        C. W.

          February 26, 2014 at 12:54 pm

          Im using a genesis theme. I used another upcoming events plugin and did not add numbering for the events.


          Josh

            February 26, 2014 at 1:49 pm

            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.


            C. W.

              February 26, 2014 at 1:54 pm

              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?


              Lorenzo Orlando Caum

              • Support Staff

              February 26, 2014 at 2:31 pm

              Hello,

              Could you provide a link to your page so I can share some CSS to remove the numbering?

              Thanks


              Lorenzo


              Tasha W

                March 7, 2014 at 9:56 am

                I replied to the email with the link; however, I have not received an update with the code to removed or edited.


                Josh

                  March 7, 2014 at 10:28 am

                  Hi there,

                  We likely did not get that email. Can you post the link here?


                  Tasha W

                    March 10, 2014 at 10:41 am

                    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?


                    Lorenzo Orlando Caum

                    • Support Staff

                    March 10, 2014 at 11:10 am

                    Hi Tasha,

                    Could you please post your reply directly to your forum post?

                    http://staging.eventespresso.com/topic/numbering-on-events-widget/


                    Lorenzo


                    Tasha W

                      March 10, 2014 at 11:30 am

                      http://charlestondayc.staging.wpengine.com/


                      Lorenzo Orlando Caum

                      • Support Staff

                      March 10, 2014 at 11:46 am

                      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;
                      }
                      


                      Lorenzo


                      Tasha W

                        March 10, 2014 at 12:47 pm

                        I added the code, but it did not remove the numbering from the widget.


                        Tasha W

                          March 10, 2014 at 12:48 pm

                          It worked! Thanks for your help!


                          Lorenzo Orlando Caum

                          • Support Staff

                          March 10, 2014 at 12:50 pm

                          Glad to hear the CSS code worked. Have a great day!


                          Lorenzo

                          Viewing 15 reply threads

                          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.

                          Event Espresso - Staging Server