Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, sorry for the delay in getting back to you. Try this:

    .metaslider .theme-default a.nivo-nextNav {
        background-position: -30px 0;
        right: 15px;
    }
    
    .metaslider .theme-default .nivo-directionNav a {
        background: url('http://src.wpl.ca/wp-content/uploads/2013/06/arrows.png') no-repeat;
    }

    Regards,
    Tom.

    Thread Starter michalewpl

    (@michalewpl)

    Thanks!

    Thread Starter michalewpl

    (@michalewpl)

    Thanks!

    No problem!

    Just updating this as the CSS above isn’t quite correct (for other users), it should read:

    .metaslider .theme-default a.nivo-nextNav {
        background-position: -30px 0;
        right: 15px;
    }
    
    .metaslider .theme-default .nivo-directionNav a {
        background-image: url('http://src.wpl.ca/wp-content/uploads/2013/06/arrows.png');
    }

    Regards,
    Tom

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Arrow Images’ is closed to new replies.