Title: Hide clock
Last modified: December 4, 2019

---

# Hide clock

 *  Resolved [TeVeoOnline](https://wordpress.org/support/users/teveoonline/)
 * (@teveoonline)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/hide-clock/)
 * Hello,
 * Is it possible to hide the clock that appears on the days that have a booking?
 * Also, something weird is happening whith the days that have a booking: If the
   user do mousover, the day dissapear…
 * Could you let me know how to resolve?
 * Thanks.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhide-clock%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * (@wpdevelop)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/hide-clock/#post-12205015)
 * Hello.
    1) For hiding clock icons, you can make this fix.Please open this file
   [https://www.institutogomez-ulla.es/wp-content/plugins/booking/css/client.css](https://www.institutogomez-ulla.es/wp-content/plugins/booking/css/client.css)
 * ( you can check how to edit files in WordPress menu in this article [https://wpbookingcalendar.com/faq/how-edit-file-in-wp-menu/](https://wpbookingcalendar.com/faq/how-edit-file-in-wp-menu/))
 * then add this code to the bottom of this file:
 *     ```
       div.block_hints .block_time, 
       div.datepick-inline .timespartly {
           background-image: none;
       }
       ```
   
 * Please do not forget to clear browser cache before testing these changes.
 * 2) Relative issue with hiding days. Probably, its because of conflict with some
   other plugin or actual theme.
    Please try to deactivate one by one all your active
   plugins at the WordPress > Plugins menu and make testing after each plugin deactivation.
   If its not help, please deactivate all your plugins and active the default WordPress
   theme. And then retest it again. We just need to find the reason of this issue.

Viewing 1 replies (of 1 total)

The topic ‘Hide clock’ is closed to new replies.

 * ![](https://ps.w.org/booking/assets/icon-256x256.gif?rev=3335907)
 * [Booking Calendar](https://wordpress.org/plugins/booking/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/booking/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/booking/)
 * [Active Topics](https://wordpress.org/support/plugin/booking/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/booking/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/booking/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [wpdevelop](https://wordpress.org/support/users/wpdevelop/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/hide-clock/#post-12205015)
 * Status: resolved