Add a second slider button – Sydney
Add this code to create a second button for your slider:
jQuery(function($) {
var myButton = '<a href="http://example.org" class="roll-button button-slider">My Button</a>';
$( '.slide-inner' ).append(myButton);
});
Tip: replace http://example.org with the URL you want the button to link to.
INFO: This is a JS snippet. If you don’t have a child theme or don’t know how to use one, we recommend that you use this plugin.