Title: Remove highlight on current day
Last modified: August 21, 2021

---

# Remove highlight on current day

 *  Resolved [apeoclock](https://wordpress.org/support/users/apeoclock/)
 * (@apeoclock)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/remove-highlight-on-current-day/)
 * How do I remove the highlight that is on the current day?
 * Screenshot: [https://nimb.ws/lmz4QJ](https://nimb.ws/lmz4QJ)
 * For this shortcode, under “Display options” I have “Activate First upcoming Date
   with Event” and “Activate Current Day in Next / Previous Months” both OFF, but
   that doesn’t effect the actual current day.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Contributor [webnus](https://wordpress.org/support/users/webnus/)
 * (@webnus)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/remove-highlight-on-current-day/#post-14792508)
 * Hello [@apeoclock](https://wordpress.org/support/users/apeoclock/),
 * Would you please share a live URL?
 * Best Regards
 *  Thread Starter [apeoclock](https://wordpress.org/support/users/apeoclock/)
 * (@apeoclock)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/remove-highlight-on-current-day/#post-14792513)
 * [https://www.apeoclock.com/dev/all-launches/](https://www.apeoclock.com/dev/all-launches/)
 *  Plugin Contributor [webnus](https://wordpress.org/support/users/webnus/)
 * (@webnus)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/remove-highlight-on-current-day/#post-14814001)
 * Hello [@apeoclock](https://wordpress.org/support/users/apeoclock/),
 * Please put the CSS below in MEC Settings > Custom CSS:
 *     ```
       .mec-wrap .mec-calendar.mec-event-container-simple dl dt.mec-selected-day,
       .mec-wrap .mec-calendar.mec-event-container-simple dl dt.mec-selected-day:hover {
           background: unset !important;
           color: #000 !important;
           border-color: #eaeaea !important;
           font-weight: 400 !important;
       }
       ```
   
 * Best Regards

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove highlight on current day’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/modern-events-calendar-lite_e2f4ff.
   svg)
 * [Modern Events Calendar Lite](https://wordpress.org/plugins/modern-events-calendar-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/modern-events-calendar-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/modern-events-calendar-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/modern-events-calendar-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/modern-events-calendar-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/modern-events-calendar-lite/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [webnus](https://wordpress.org/support/users/webnus/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/remove-highlight-on-current-day/#post-14814001)
 * Status: resolved