• Resolved maxlanman

    (@maxlanman)


    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) 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://ww.wp.xz.cn/plugins/jquery-t-countdown-widget/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Baden

    (@baden03)

    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

    (@maxlanman)

    @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

    (@baden03)

    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

    (@maxlanman)

    GRACIAS. That worked… thank you!

    Plugin Author Baden

    (@baden03)

    Glad it all worked out! Issue marked as resolved. Please consider leaving a review 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.