I would like to add an ID value these buttons that exist in my full screen slider image. Here’s the link
What is the best approach for this
Hello ismael Can you verify the syntax i the solution.I am unable to get this to work
Hi codepantry!
Thank you for using the theme.
You can use jquery to add an id to the button. Edit js > avia.js, add this code at the very bottom:
$('#fullscreen_slider_0 .avia-slideshow-button').attr('id', 'BUTTON-ID');
Regards,
Ismael
Thank you