Title: [Plugin: Countdown Timer] remove dotted line
Last modified: August 20, 2016

---

# [Plugin: Countdown Timer] remove dotted line

 *  Resolved [asdweb](https://wordpress.org/support/users/asdweb/)
 * (@asdweb)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-countdown-timer-remove-dotted-line/)
 * In the latest versions of Firefox and Opera, under the Countdown Timer, a dotted
   line appears. I cannot figure out how to remove it. In Safari, it looks perfect.
 * Any suggestions?
 * Testing site here: [http://jrc.amysusandesign.com/](http://jrc.amysusandesign.com/)
 * [http://wordpress.org/extend/plugins/countdown-timer/](http://wordpress.org/extend/plugins/countdown-timer/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [fergbrain](https://wordpress.org/support/users/fergbrain/)
 * (@fergbrain)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-countdown-timer-remove-dotted-line/#post-2524137)
 * 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](https://wordpress.org/support/users/asdweb/)
 * (@asdweb)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-countdown-timer-remove-dotted-line/#post-2524201)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/countdown-timer_384620.svg)
 * [Countdown Timer](https://wordpress.org/plugins/countdown-timer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/countdown-timer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/countdown-timer/)
 * [Active Topics](https://wordpress.org/support/plugin/countdown-timer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/countdown-timer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/countdown-timer/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [asdweb](https://wordpress.org/support/users/asdweb/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-countdown-timer-remove-dotted-line/#post-2524201)
 * Status: resolved