Title: Edit CSS
Last modified: August 21, 2016

---

# Edit CSS

 *  Resolved [drourke22](https://wordpress.org/support/users/drourke22/)
 * (@drourke22)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/edit-css-1/)
 * I want to remove the padding around the slideshow, and it says it’s in the light.
   css file, however I do not have access to this file – why? Is it available if
   I upgrade to Pro? I simply want to remove 10px of padding on the right and left.
 * My website: [http://firestartermagazine.com](http://firestartermagazine.com)
 * Thank you!
 * [http://wordpress.org/extend/plugins/ml-slider/](http://wordpress.org/extend/plugins/ml-slider/)

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

 *  Thread Starter [drourke22](https://wordpress.org/support/users/drourke22/)
 * (@drourke22)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/edit-css-1/#post-3662011)
 * I figured it out by adding custom CSS – thanks
 *  [square_eyes](https://wordpress.org/support/users/square_eyes/)
 * (@square_eyes)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/edit-css-1/#post-3662218)
 * Care to share? I need this too:)
 *  [matchalabs](https://wordpress.org/support/users/matchalabs/)
 * (@matchalabs)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/edit-css-1/#post-3662219)
 * Hi square_eyes,
 * The process for overriding the CSS is:
 * find the built in CSS thats adding the thing you want to get rid of (use firebug
   or chrome developer tools), for example, this is the css thats adding the padding:
 *     ```
       .theme-light.slider-wrapper {
           background: #fff;
           padding: 10px;
       }
       ```
   
 * override it by adding `.metaslider` to the selector, and changing the rules to
   how you want them, for example:
 *     ```
       .metaslider .theme-light.slider-wrapper {
           padding: 0; /* remove padding */
       }
       ```
   
 * Save that in your themes style.css file.
 * Regards,
    Tom.
 *  [ritalcnyc](https://wordpress.org/support/users/ritalcnyc/)
 * (@ritalcnyc)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/edit-css-1/#post-3662264)
 * Awesome! This should be on a sticky!
 *  [dagra82](https://wordpress.org/support/users/dagra82/)
 * (@dagra82)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/edit-css-1/#post-3662283)
 * Hi.
    i used the metaslider editor to create shadows on my slider. But i can’t
   figure out how to apply them to my sliders.
 *  [matchalabs](https://wordpress.org/support/users/matchalabs/)
 * (@matchalabs)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/edit-css-1/#post-3662284)
 * Hi Dagra,
 * Are you a Pro customer? If so, please get in touch using the form on [http://www.metaslider.com/support](http://www.metaslider.com/support),
   we are not allowed to discuss commercial products here sorry.
 * Regards,
    Tom

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

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

 * ![](https://ps.w.org/ml-slider/assets/icon.svg?rev=3568997)
 * [Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider](https://wordpress.org/plugins/ml-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ml-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ml-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/ml-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ml-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ml-slider/reviews/)

 * 6 replies
 * 5 participants
 * Last reply from: [matchalabs](https://wordpress.org/support/users/matchalabs/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/edit-css-1/#post-3662284)
 * Status: resolved