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