Title: Customizable next button
Last modified: November 28, 2017

---

# Customizable next button

 *  [jebeti](https://wordpress.org/support/users/jebeti/)
 * (@jebeti)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/customizable-next-button/)
 * Hi, I found that next button on your slider activates function base.next(); and
   next product is shown. I would like to use this function with my own button. 
   How can I do that? thank you very much.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustomizable-next-button%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [PickPlugins](https://wordpress.org/support/users/pickplugins/)
 * (@pickplugins)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/customizable-next-button/#post-9735897)
 * Thanks for your post,
    you can simply override CSS by adding your own custom 
   CSS
 *     ```
       .product-slider .owl-controls .owl-buttons.square .owl-prev {
       	background: rgb(255, 255, 255) url("images/arrow-prev.png") no-repeat scroll 0 5px;
       }
   
       .product-slider .owl-controls .owl-buttons.square .owl-next {
       	background: rgb(255, 255, 255) url("images/arrow-next.png") no-repeat scroll 0 5px;
       }
       ```
   
 * Regards
 *  Thread Starter [jebeti](https://wordpress.org/support/users/jebeti/)
 * (@jebeti)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/customizable-next-button/#post-9736458)
 * Thank you very much for reply, but I would like to extract the button. Let me
   explain my situation. I have a slider of some products. Next to it, I have some
   menu items, or buttons, which can control the whole website. I would like to 
   control the slider with one of those buttons (buttons are located in different
   area than the slider). Thank you 🙂

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

The topic ‘Customizable next button’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/product-slider_d5d2d2.svg)
 * [Product Slider](https://wordpress.org/plugins/product-slider/)
 * [Support Threads](https://wordpress.org/support/plugin/product-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/product-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/product-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/product-slider/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [jebeti](https://wordpress.org/support/users/jebeti/)
 * Last activity: [8 years, 5 months ago](https://wordpress.org/support/topic/customizable-next-button/#post-9736458)
 * Status: not resolved