This hides the Hours box from the Countdown widget on the home screen.
Code:
/* Hide Hours from Countdown Widget */
.widget-countdown .widget-countdown-block:nth-of-type(2){
display: none;
}
This hides the Hours box from the Countdown widget on the home screen.
Code:
/* Hide Hours from Countdown Widget */
.widget-countdown .widget-countdown-block:nth-of-type(2){
display: none;
}
Comments
Article is closed for comments.