Title: CSS Styling Issues
Last modified: August 22, 2016

---

# CSS Styling Issues

 *  Resolved [maxlanman](https://wordpress.org/support/users/maxlanman/)
 * (@maxlanman)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/css-styling-issues-1/)
 * Hi there,
    Thank you for the awesome widget.
 * I’m a bit of a n00b but have some makeshift/rudimentary CSS/HTML/WP skillz… but
   here goes: I used the “cloud-city” style countdown on my website ([http://www.imfuckinghungry.com](http://www.imfuckinghungry.com))
   and i’m having trouble doing the following:
    a) removing seconds b) styling the
   text (I’d like to make the font all caps)
 * I tried to use inspector and I searched the forum but only found the seconds 
   removal for “jedi” style and couldn’t figure out how to translate it… I tried`.
   cloud-city-seconds_dash {display:none;}` and that didn’t work.
 * Please help!
 * [https://wordpress.org/plugins/jquery-t-countdown-widget/](https://wordpress.org/plugins/jquery-t-countdown-widget/)

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

 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/css-styling-issues-1/#post-5919537)
 * a) Where did you place:
 *     ```
       .cloud-city-seconds_dash {
            display:none;
       }
       ```
   
 * It should go under the plugins’s custom css section in the option’s page under:
   
   Dashboard > Settings > Collase-O-Matic
 * b) while you are there, you will want to add:
 *     ```
       .cloud-city-dash_title{
            text-transform: uppercase;
       }
       ```
   
 *  Thread Starter [maxlanman](https://wordpress.org/support/users/maxlanman/)
 * (@maxlanman)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/css-styling-issues-1/#post-5919590)
 * [@baden](https://wordpress.org/support/users/baden/),
    Thanks so much. I installed
   My Custom CSS and I’ve been inputting all my custom CSS there. I went to Dashboard
   > Plugins and the only three options are Installed Plugins, Add New, and Editor…
   I also went to Dashboard > Settings but was not able to find Collase-O-Matic (
   or Collapse-O-Matic if that was a typo).
 * The uppercase code you gave me worked like a charm. The seconds-hiding code, 
   however, still isn’t working.
 * Any ideas?
 * Thanks again— I appreciate all of your help!
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/css-styling-issues-1/#post-5919642)
 * oops, wrong plugin (our bad) the plugins option page is under.
    Dashboard > Settings
   > T(-) Countdown, but that does not matter, as long as you are putting the custom
   CSS someplace other than your theme’s css fill..
 * Try adding the !important flag to your display value like’a so:
 *     ```
       .cloud-city-seconds_dash {
            display:none !important;
       }
       ```
   
 *  Thread Starter [maxlanman](https://wordpress.org/support/users/maxlanman/)
 * (@maxlanman)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/css-styling-issues-1/#post-5919656)
 * GRACIAS. That worked… thank you!
 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/css-styling-issues-1/#post-5919660)
 * Glad it all worked out! Issue marked as resolved. Please consider [leaving a review](https://wordpress.org/support/view/plugin-reviews/jquery-t-countdown-widget)
   of the plugin or it’s support.

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

The topic ‘CSS Styling Issues’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/jquery-t-countdown-widget_7b7b7b.
   svg)
 * [jQuery T(-) Countdown Widget](https://wordpress.org/plugins/jquery-t-countdown-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jquery-t-countdown-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jquery-t-countdown-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/jquery-t-countdown-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jquery-t-countdown-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jquery-t-countdown-widget/reviews/)

## Tags

 * [style](https://wordpress.org/support/topic-tag/style/)

 * 5 replies
 * 2 participants
 * Last reply from: [Baden](https://wordpress.org/support/users/baden03/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/css-styling-issues-1/#post-5919660)
 * Status: resolved