Title: CSS
Last modified: August 21, 2016

---

# CSS

 *  Resolved [thowe82](https://wordpress.org/support/users/thowe82/)
 * (@thowe82)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/css-37/)
 * Hi,
 * I was just wondering, how to edit the css style of the plugin. Actually do I 
   have to work with php. templates?
    Actually I can make changes in the style.css,
   but not everything I need.
 * Could somebody just give me a good advice for the workflow?
 * Thanks a lot, T.
 * [http://wordpress.org/extend/plugins/events-manager/](http://wordpress.org/extend/plugins/events-manager/)

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

 *  [Philip John](https://wordpress.org/support/users/philipjohn/)
 * (@philipjohn)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/css-37/#post-3839180)
 * Hiya,
 * To change the styling of any of the Events Manager elements you’d simply need
   to overwrite the CSS by adding to your theme’s stylesheet.
 * Cheers,
    Phil
 *  Thread Starter [thowe82](https://wordpress.org/support/users/thowe82/)
 * (@thowe82)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/css-37/#post-3839189)
 * Sorry, I’m very new in php and css. What do you mean with “overwriting the css
   by adding to your theme’s stylesheet. Here is one example:
 * The event calendar widget is not styled the right way. I would like to change
   it with css. So how can i do this? When I open the style.css for editing, nothing
   happens with the calendar, even when I erase everything. So where are the parameters
   for the calendar? I’m kind of lost. Sorry…
 * Greetings, t.
 *  [caimin_nwl](https://wordpress.org/support/users/caimin_nwl/)
 * (@caimin_nwl)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/css-37/#post-3839200)
 * By overwriting, Phil just means to put your own CSS code in the style.css file
   of your theme. This will overwrite defaults in the theme and plugin.
 * What you add to your stylesheet depends on what you want to do. For example, 
   if you wanted to add a border to the Events Calendar widget you could use something
   like:
 *     ```
       .em-calendar {
       border: 1px solid #ddd;
       }
       ```
   
 * You can find the names of classes and IDs by looking at the source code for your
   page.
 *  Thread Starter [thowe82](https://wordpress.org/support/users/thowe82/)
 * (@thowe82)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/css-37/#post-3839206)
 * YES. Thanks a lot!! That really helps me.

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

The topic ‘CSS’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=1039078)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [thowe82](https://wordpress.org/support/users/thowe82/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/css-37/#post-3839206)
 * Status: resolved