• Resolved tjude

    (@tjude)


    Hi!

    My site is showing numerals as if I had an

      tag, and I cannot get rid of them. I have searched site-wide for CSS that does this, but cannot find it. I have added CSS to child_theme/tribe-event/ and nothing changes. When I look at the Inspector, I see this:

      ol { user agent stylesheet
      display: block;
      list-style-type: decimal;
      -webkit-margin-before: 1em;
      -webkit-margin-after: 1em;
      -webkit-margin-start: 0px;
      -webkit-margin-end: 0px;
      -webkit-padding-start: 40px;
      }

      but I cannot seem to override this.

      Does anyone have an idea what I might try next?

      Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tjude

    (@tjude)

    Let’s try that again…

    `ol { user agent stylesheet
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
    }

    Hey @tjude,

    I’m not seeing any OL with numerals. Did you get this resolved, or can you point me to a page where it’s happening?

    Take care,
    Ed ??

    Hey there,

    Since this thread has been inactive for a while, I’m going to go ahead and mark it as resolved. Don’t hesitate to create a new thread any time you help again!

    Ed ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Don’t want “Event Information:”can’t get rid of numerals…’ is closed to new replies.