Title: Editing the css
Last modified: August 30, 2016

---

# Editing the css

 *  Resolved [LaMarcha](https://wordpress.org/support/users/lamarcha/)
 * (@lamarcha)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/editing-the-css-1/)
 * Hello,
    I’m trying to edit the css of the plugin but , For example when I edit
   with firebug and see the changes and then i modify the same code in legend.css.
   php it doesnt change. This is the code: #tribe-events #legend li { display: inline-
   block; list-style-type: none; margin-left: 0.7em; padding: 7px; }
 * Where can i make the changes to remove some of the bad spacings and margins in
   css?
 * Thank you.
 * [https://wordpress.org/plugins/the-events-calendar-category-colors/](https://wordpress.org/plugins/the-events-calendar-category-colors/)

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

 *  Plugin Author [Andy Fragen](https://wordpress.org/support/users/afragen/)
 * (@afragen)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/editing-the-css-1/#post-6637005)
 * There is really no need to change the whitespace in the plugin. The plugin will
   automatically save the generated CSS in minified fashion.
 *  Thread Starter [LaMarcha](https://wordpress.org/support/users/lamarcha/)
 * (@lamarcha)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/editing-the-css-1/#post-6637135)
 * Hmm, sorry i thought it was obvious that is not about the spacing in the actual
   css file.
 * I want to change the padding value from 7px to 0px for example. These changes
   don’t reflect in my website (I cleared cached and everything, when i inspect 
   with firebug the values are the same)
 * Thank you
 *  Plugin Author [Andy Fragen](https://wordpress.org/support/users/afragen/)
 * (@afragen)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/editing-the-css-1/#post-6637153)
 * Sorry I isn’t I misunderstood.
 * There are 2 ways to do this.
 * 1. You can check the option to use your own custom CSS for the legend and no 
   CSS will be created.
 * 2. You can use the filter hook to add to your r change the legend CSS, [https://github.com/afragen/the-events-calendar-category-colors/wiki/Filters-and-Hooks](https://github.com/afragen/the-events-calendar-category-colors/wiki/Filters-and-Hooks)
 *  Thread Starter [LaMarcha](https://wordpress.org/support/users/lamarcha/)
 * (@lamarcha)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/editing-the-css-1/#post-6637215)
 * Thanks for the reply Andy, but it seems i’m still missing something.
    The add_filter
   works but add_action doesn’t, so no changes in the css.
 * [Functions.php/Firebug Image](https://drive.google.com/file/d/0B_EQfa7Nf9YjZVZMWVgyV2dHR00/view?pli=1)
 * [PageLink](http://lamarcha.es/sevilla/events/)
 *  Plugin Author [Andy Fragen](https://wordpress.org/support/users/afragen/)
 * (@afragen)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/editing-the-css-1/#post-6637216)
 * Try adding `?refresh_css` to the end of the URI to regenerate the CSS.
 * You can also take a look at [https://github.com/afragen/category-colors-options](https://github.com/afragen/category-colors-options)
   to see how I do this.
 *  Thread Starter [LaMarcha](https://wordpress.org/support/users/lamarcha/)
 * (@lamarcha)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/editing-the-css-1/#post-6637218)
 * Yep that did it!
    Thanks for the good work on the plugin. Cheers
 *  Plugin Author [Andy Fragen](https://wordpress.org/support/users/afragen/)
 * (@afragen)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/editing-the-css-1/#post-6637225)
 * Which one did it?
 *  Thread Starter [LaMarcha](https://wordpress.org/support/users/lamarcha/)
 * (@lamarcha)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/editing-the-css-1/#post-6637227)
 * Refreshing the css. It got stuck in cache

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

The topic ‘Editing the css’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/the-events-calendar-category-colors_52b1d1.
   svg)
 * [The Events Calendar: Category Colors](https://wordpress.org/plugins/the-events-calendar-category-colors/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-events-calendar-category-colors/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-events-calendar-category-colors/)
 * [Active Topics](https://wordpress.org/support/plugin/the-events-calendar-category-colors/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-events-calendar-category-colors/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-events-calendar-category-colors/reviews/)

## Tags

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

 * 8 replies
 * 2 participants
 * Last reply from: [LaMarcha](https://wordpress.org/support/users/lamarcha/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/editing-the-css-1/#post-6637227)
 * Status: resolved