Hide seconds or minutes in countdown

Hello,
I want to hid seconds and minutes and keep days, any way to do that ?
5 years 8 months ago #1 by marwan asal

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5263) Offline
Hi Qatargym,
Can you tell me what countdown layout type do you use?
5 years 8 months ago #2 by TemplatePlazza

Please Log in or Create an account to join the conversation.

for Now let us say " flipclock"
5 years 8 months ago #3 by marwan asal

Please Log in or Create an account to join the conversation.

Or Simple Layout..
my quesitons are:
- How to hide Seconds.
- How to make margins " 0 " to the top, left, right, down" as distance is much .
- How to hide the Text " Days, hours,Minutes, seconds" ?
thanks for help
5 years 8 months ago #4 by marwan asal

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5263) Offline
The easies way is to add this code to your css file :
.minutes, .seconds, span.minutes + ul, span.minutes + ul + ul,
span.seconds + ul, span.seconds + ul + ul  {
display:none!important;}

This is for flipclock layout
5 years 8 months ago #5 by TemplatePlazza

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5263) Offline
For the simple layout, please try this one :
.seconds, .days_ref, .hours_ref,.minutes_ref,.seconds_ref {
display:none!important;}
5 years 8 months ago #6 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum