How to Disable the WordPress Fullscree...
Optimize your WordPress workflow by disabling the default fullscreen editor. This sni...

WPCodeBox
407
This code snippet allows you to easily hide hours and minutes from your countdown block, displaying only the days remaining until an event. Perfect for clean and simple event countdowns.
/**
* Author: MyListing Club
* Author URI: https://mylisting.club
*/
ul.countdown-list li:nth-child(2) {
display: none;
}
ul.countdown-list li:last-child {
display: none;
}
.countdown-box .countdown-list li {
margin-right: -20px;
}


Move WPCodeBox menu to the top bar for easy access in WordPress.



