Feature Box Link Question

I have a question about feature boxes. If you go to my website: www.njkphotography.com you’ll see 4 round images with text below. I’ve figured out how to make the photobooth one link and to make it open into another browser window/tab. What I’d like to do is also link the ‘headshots’ circle but keep it in the same window. To get the main link for the photobooth to work I added this to the theme css:

jQuery ( function( $ ) {

$(’.x-feature-box-text a:last-child’).each( function() {

$( this ).parent().parent().parent().find(’.x-feature-box-graphic-inner i’).wrap( ‘’ );
$( this ).remove();

} );

} );

Let me know if anyone has any idea how to make a link different on a second image. I will say I can make the link work for headshots but can’t keep it in the same window. I hope I’m being clear so please ask any questions if it’ll help.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.