Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m stuck on the next/previous thing too! The input boxes are just greyed out…

    Whatever’s up with the plugin, I’ve got a workaround – you can override the images in your theme’s stylesheet. Stick this code in there, obviously using the URL of your own custom images:

    article#slider div.lof-previous {
    	background: url('https://www.artsbrand.co.uk/wp-content/uploads/2012/08/slider-icon-left.png') no-repeat left center !important;
    }
    article#slider div.lof-next {
    	background: url('https://www.artsbrand.co.uk/wp-content/uploads/2012/08/slider-icon-right.png') no-repeat left center !important;
    }

    You can see my results on my ArtsBrand homepage.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Easing Slider] Changing Next and Previous buttons ?!?!?!’ is closed to new replies.