Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there!

    Ah yes, it looks like that number is coming from the theme’s styles. You can remove that by adding this CSS to your theme’s (or child theme’s) style.css file:

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

    Cheers!
    Geoff

    Thread Starter allanmisner

    (@allanmisner)

    That worked! Thanks, Geoff!

    This one is closed.

    Plugin Contributor Andras Guseo

    (@aguseo)

    Great to hear it helped! Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Turn off numbering in Widget’ is closed to new replies.