Thank you for the quick response and css fix suggestion.
I added the following css to fix the issue…
/*CBX Next Previous Article Z-Index Fix*/
#wpnp_previous {
background-image: url(https://www.heavenmadeproducts.com/staging/wp-content/plugins/wpnextpreviouslink/assets/images/l_arrow_dark.png);
z-index: 100;
}
#wpnp_next {
background-image: url(https://www.heavenmadeproducts.com/staging/wp-content/plugins/wpnextpreviouslink/assets/images/r_arrow_dark.png);
z-index: 100;
}
~
Kind regards,
Mark