• 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 to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author PickPlugins

    (@pickplugins)

    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

    (@jebeti)

    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.