Custom navigation arrows or different background colours
-
Hi,
I’d like either to load my own arrowns to custom the slideshow’s previous or next button, or to insert a grey background behind the existing one so that they stand out more.
I’ve been using the light style so far.
I’ve uploaded an image here:
https://lazuli-com.com/wp-content/uploads/2013/09/arrow-01.jpgAnd I’ve created a new custom style with the above CSS:
.slideshow_container .slideshow_button {
margin-top: -20px;
height: 40px;
width: 19px;
background: url(‘https://lazuli-com.com/wp-content/uploads/2013/09/arrow-01.jpg’) no-repeat;
}But it didn’t work.
I’ve also tried to change the background colour of the button with this:.slideshow_container .slideshow_button {
margin-top: -20px;
height: 40px;
width: 19px;
background: #000000 url(‘%plugin-url%/images/SlideshowPlugin/light-arrows.png’) no-repeat;
}It didn’t work either…
Would you have any clue on that?
My URL: https://lazuli-com.com/https://www.ads-software.com/plugins/slideshow-jquery-image-gallery/
- The topic ‘Custom navigation arrows or different background colours’ is closed to new replies.