Hide seconds or minutes in countdown
- Posted by marwan asal (4) Offline
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
I want to hid seconds and minutes and keep days, any way to do that ?
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
Can you tell me what countdown layout type do you use?
Please Log in or Create an account to join the conversation.
- Posted by marwan asal (4) Offline
- Posted by marwan asal (4) Offline
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
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
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 :
This is for flipclock layout
5 years 8 months ago #5
by TemplatePlazza
.minutes, .seconds, span.minutes + ul, span.minutes + ul + ul,
span.seconds + ul, span.seconds + ul + ul {
display:none!important;}
This is for flipclock layout
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5263) Offline
For the simple layout, please try this one :
5 years 8 months ago #6
by TemplatePlazza
.seconds, .days_ref, .hours_ref,.minutes_ref,.seconds_ref {
display:none!important;}
Please Log in or Create an account to join the conversation.