Title: Editing CSS
Last modified: August 30, 2016

---

# Editing CSS

 *  Resolved [dragcentricdeb](https://wordpress.org/support/users/dragcentricdeb/)
 * (@dragcentricdeb)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/editing-css-21/)
 * I would like to edit the CSS to ideally make the div with the blue background
   which says “There were no results found”:
 * First choice: Make it NOT visible
    Second choice: Change the bacground color 
   to white
 * I have tried adding the following code to my stylesheet but it isn’t working:
 * .tribe-events-notices li {display: none; background-color: #ffffff !important;
   }
 * I’ve been able to change other rules related to the display of this plug in successfully.
   What am I doing wrong here?
 * Also is there an easier way – withing the plugin settings – to edite the CSS 
   or just mandate a color scheme?
 * Thanks!
 * [https://wordpress.org/plugins/the-events-calendar/](https://wordpress.org/plugins/the-events-calendar/)

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

 *  Thread Starter [dragcentricdeb](https://wordpress.org/support/users/dragcentricdeb/)
 * (@dragcentricdeb)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/editing-css-21/#post-6419950)
 * Also I would like to change the background color of the table cell that displays
   the current date. How do I do this? Thanks again!
 *  [nicosantos](https://wordpress.org/support/users/nicosantos/)
 * (@nicosantos)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/editing-css-21/#post-6420203)
 * HI [@dragcentricdeb](https://wordpress.org/support/users/dragcentricdeb/),
 * Thanks for reaching out! We don’t support CSS customizations but I’ll drop some
   lines here for your first question:
 *     ```
       .tribe-events-notices {
           display: none;
       }
       ```
   
 * For further information about customizing the look of our plugin, check out our
   [Themer’s guide](https://theeventscalendar.com/knowledgebase/themers-guide/).
 * Please bear in mind I will not be able to follow-up on any CSS customization 
   here. That said community members can always help here 🙂
 * Best,
    Nico

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

The topic ‘Editing CSS’ is closed to new replies.

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

## Tags

 * [css edit](https://wordpress.org/support/topic-tag/css-edit/)

 * 2 replies
 * 2 participants
 * Last reply from: [nicosantos](https://wordpress.org/support/users/nicosantos/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/editing-css-21/#post-6420203)
 * Status: resolved