Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author fergbrain

    (@fergbrain)

    The underline occurs because the plugin uses the <abbr> tag. The easiest/most appropriate way to remove the underline is to use CSS:

    .fergcorp_countdownTimer_event_time {
        border: none;
    }
    Thread Starter asdweb

    (@asdweb)

    tah dah! perfect! thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Countdown Timer] remove dotted line’ is closed to new replies.