I was trying all the team boxes, I’ve done with feature boxes and icons, and I tried to do with this so I can link person to another page.
I had added this jquery and this CCS and an ID of Art to the first photo.
CSS
/* link bios*/
$("#art").wrap(’<a href="https://bramshillinvestments.com/team-biographies#art-degaetano>’);
in JS
jQuery( document ).ready( function($){
$(".class-on-item-around-mg-teammembers-item").each( function( ) {
var link_value = jQuery(this).find(".x-btn").attr(“href”);
var link_element = ‘’;
jQuery(this).find(’.mg-teammembers-item’).wrap(link_element);
});
}):