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

    (@baden03)

    Lee,

    Yes, this can be done with css. However, the current style you are using ‘carbonlite’ uses a graphic background that can not be easily resized without modifying the image.

    You might try using a pure css style like TIE-fighter, or a responsive style like carbonite-responsive

    Once you have one of the pure CSS stlyes loading, hit us back and we will share the exact CSS needed to adjust the timer to fit your sidebar.

    Thread Starter leetramp

    (@leetramp)

    Thanks. I switched to “hoth” and was able to make some color changes to match my website, so I’m ready for the CSS to remove the seconds ??

    Plugin Author Baden

    (@baden03)

    Add the following CSS to the Custom CSS section in the plugin’s option page:

    .hoth-seconds_dash{
         display: none;
    }
    Thread Starter leetramp

    (@leetramp)

    Thanks. Works great.

    Hi there, I’m also using .hoth style and tried this css but it didn’t work.

    Actually I’m trying to not display days and hours rather than seconds.

    so I tried:

    .hoth-days_dash{
    display: none;
    }

    and

    .hoth-hours_dash{
    display: none;
    }

    didn’t worked for me, any ideas would be deeply appreciated.

    Thank you so much !

    D.

    Plugin Author Baden

    (@baden03)

    Diego: Link Please

    Sure, sorry about that. Here is the link.

    Let me know if you need anything else.
    Projection Mapping

    Plugin Author Baden

    (@baden03)

    and you can verify that in the collapse-o-matic plugin options, under the custom css section you have the following:

    .hoth-hours_dash, .hoth-days_dash {
    display: none;
    }

    If so, the css is NOT being inserted into your theme for some strange reason. You might try adding the css to your theme’s style.css file.

    Thank you, its working perfectly now… for some strange reason ??

    Congratulations for a wonderful plugin, all other similar plugins do not work as should. I tried many others and this one did the job.

    Thank you also for great support. !

    Plugin Author Baden

    (@baden03)

    Glad you got it worked out. Issue (still) marked as resolved.

    Hi, can I have the CSS needed to omit the seconds and minutes from the carbonite responsive please.

    thx.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Removing the seconds from display’ is closed to new replies.