Title: Featured/Canceled label bug
Last modified: April 3, 2020

---

# Featured/Canceled label bug

 *  Resolved [vortex0965](https://wordpress.org/support/users/vortex0965/)
 * (@vortex0965)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/featured-canceled-label-bug/)
 * I think there is a bug on event label, expecially in tiles view because if I 
   set an event as canceled, a red band appears which covers the entire event without
   any title while “canceled” appears in the grid or list view. Is that normal?(
   see images below)
 * [Image on tiles view](https://imgur.com/StvTkNe)
    [Image on grid view](https://imgur.com/LpCm1AV)
    -  This topic was modified 6 years, 2 months ago by [vortex0965](https://wordpress.org/support/users/vortex0965/).

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

 *  Plugin Contributor [webnus](https://wordpress.org/support/users/webnus/)
 * (@webnus)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/featured-canceled-label-bug/#post-12625939)
 * Hi [@vortex0965](https://wordpress.org/support/users/vortex0965/),
 * We forwarded this issue to our developer team and they are working to fix it 
   in the next updates.
    Thank you for reporting this issue.
 * Please put this/these code(s) in Theme Options > Custom CSS :
 *     ```
       .mec-wrap .mec-event-tile-view  article.mec-label-canceled:before,
       .mec-wrap .mec-event-tile-view  article.mec-label-featured:before {
           top: 17px !important;
           left: 110px !important;
           height: auto;
       }
       ```
   
 * – Inspect Element: [https://webnus.net/dox/modern-events-calendar/inspect-element/](https://webnus.net/dox/modern-events-calendar/inspect-element/)
 * Best Regards
 *  Thread Starter [vortex0965](https://wordpress.org/support/users/vortex0965/)
 * (@vortex0965)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/featured-canceled-label-bug/#post-12633141)
 * Thanks for your help,
    I made some little changes to the code to display it better,
   especially on mobile devices and tablets. If it can help:
 *     ```
       .mec-wrap .mec-event-tile-view  article.mec-label-canceled:before,
       .mec-wrap .mec-event-tile-view  article.mec-label-featured:before {
           z-index:9999!important;
           top: 70% !important;
           left: 0px !important;
           -ms-transform: rotate(0deg)!important;
           -webkit-transform: rotate(0deg)!important;
           transform: rotate(0deg)!important;
           height: auto;
       }
       ```
   
    -  This reply was modified 6 years, 2 months ago by [vortex0965](https://wordpress.org/support/users/vortex0965/).
 *  Plugin Contributor [webnus](https://wordpress.org/support/users/webnus/)
 * (@webnus)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/featured-canceled-label-bug/#post-12657824)
 * Hi [@vortex0965](https://wordpress.org/support/users/vortex0965/),
 * I’m glad it is fixed.
 * Best Regards

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

The topic ‘Featured/Canceled label bug’ 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: [6 years, 2 months ago](https://wordpress.org/support/topic/featured-canceled-label-bug/#post-12657824)
 * Status: resolved