Hi,
I want to have the icons to link to a pop up (I’ve used modal popup in convert plus) but I can’t find how to add the shortcode to each icon there is only a href to add a link?
I have used this code from another post:
2- Add this JS snippet to the content JS area:
jQuery(document).ready(function($) {
jQuery(".healthcare .x-feature-box-graphic").click(function() {
window.location = "http://naplesinsurancegroup.com/wp-content/uploads/2018/04/medical-letter.pdf";
});
});
3- Add this CSS snippet to the content CSS area:
.healthcare .x-feature-box-graphic{
cursor: pointer;
}
4- Repeat the previous steps for each Classic Feature Box you have. Make sure to change the class name in the code snippets above according to your new item and of course, change the file URL in the JS snippet.
Obviously I don’t have a ULR but don’t know how to make a short code, and I’ve used the ‘class’ box so can’t use that.
Am I missing something?
I’m not a professional and self taught so simple advice would help!
thank you



