Why are events numbered in the widget

Home Forums Welcome! Pre-Sales Questions Why are events numbered in the widget

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #939272
    Gary Morgan
    Guest

    We are using version 3.91 with the latest WordPress and in the side widget the event items are being numbered (1,2 etc for the number of events chosen to be shown). Is there any way we can remove the numbers, I have searched the code are been unable to find the appropriate section.
    I am sure they were not numbered prior to updating.

    #939447
    Brian
    Member

    Hi,

    We not do have a feature to add numbers to the events in the widget. They are a numbered list so it is possible a theme’s css is adding the numbers through that.

    If you send a link I can take a quick look and see if I can help out.

    Thanks

    #939562
    Gary Morgan
    Guest

    Is it just a link to our site? http://www.cardiffarmsparkmalechoir.com

    #939579
    Brian
    Member

    Yep that works.

    Try this css:


    .vcalendar .tribe-events-list-widget-events {
    list-style: none;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Also, this may help position the Event List better, you will have to play around with it from here to get it how you would like.

    .right-widget .vcalendar {
    margin: 0;
    padding: 0;
    }

    Let me know if that helps.

    Thanks

    #939666
    Gary Morgan
    Guest

    Thanks Brian, worked perfectly.

    #939703
    Brian
    Member

    Great, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.

    Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Why are events numbered in the widget’ is closed to new replies.