Title: Edit CSS/style
Last modified: June 25, 2017

---

# Edit CSS/style

 *  [hs1972](https://wordpress.org/support/users/hs1972/)
 * (@hs1972)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/edit-cssstyle-2/)
 * How do I edit the CSS/style of the output. I can’t see anywhere to do that. There
   is just a default and sample option – how do I add my own?

Viewing 1 replies (of 1 total)

 *  [sagar.k](https://wordpress.org/support/users/sagark/)
 * (@sagark)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/edit-cssstyle-2/#post-9259969)
 * Hello [@hs1972](https://wordpress.org/support/users/hs1972/)
 * Thanks for writing to us.
 * You can overwrite slider CSS with your CSS by adding it in following option.
 * WordPress Dashboard => Smooth Slider => Settings => Basic Settings tab => Miscellaneous
   => Custom Styles => Put your CSS and do not forget to use !important tag to your
   CSS properties. Save changes.
 * You can create your own skin as well.
 * To create new skin in Smooth Slider you have to create folder inside smooth-slider
   => css => skins folder with your skin name, and inside that 3 files are necessary
   i.e. functions.php, settings.php and style.css
 * In functions.php file you have to create all function and array name with your
   skin name.
    for exampale, in default skin functions are like
 * function smooth_post_processor_default
 * you need to change function name with your skin name(replace default) like,
 * function smooth_post_processor_newskin
 * if you are taking reference from default skin’s functions.php then only change
   name “default” with your skin name.
 * In settings.php you need to change array name. It should with your skin name.
 * Let me know if it helps.
 * Thank you,
 * Regards,
    Sagar.

Viewing 1 replies (of 1 total)

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

 * ![](https://s.w.org/plugins/geopattern-icon/smooth-slider_e7cacb.svg)
 * [Smooth Slider](https://wordpress.org/plugins/smooth-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/smooth-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/smooth-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/smooth-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/smooth-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/smooth-slider/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [sagar.k](https://wordpress.org/support/users/sagark/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/edit-cssstyle-2/#post-9259969)
 * Status: not resolved