Arrow Images
-
Hello
I’ve been trying to change the default arrows in the nivoslider version. I’m using Pinboard as my theme. Under custom css (which has worked so far with the other edits to the css) I’ve done this to overwrite the original:
.theme-default .nivo-directionNav a {
display:block;
width:30px;
height:30px;
background:url(‘https://src.wpl.ca/wp-content/uploads/2013/06/arrows.png’) no-repeat;
text-indent:-9999px;
border:0;
opacity: 0;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}Doesn’t seem to work. I’ve tried changing .theme-default with .metaslider or just taking it out completely. The page just keeps using the old arrows.png. https://src.wpl.ca/suggested-books/suggested-books-picture-books/
Any ideas?
Thanks!
- The topic ‘Arrow Images’ is closed to new replies.