Icon List Open PDF in new tab

Hi, I am using Icon List to create a list of pdf files links, the files of which are downloaded. I am using this code:
[icon_list ][cs_icon_list_item title=“Policy for the social use of St. George’s Church, Modbury” type=“file-pdf-o” icon_color=“hsl(0, 82%, 43%)” link_enabled=“true” link_url=“https://www.modburyteam.org/download/20234/”]Policy for the social use of St. George’s Church, Modbury (.pdf format download)[/cs_icon_list_item]

However I have one, that I would like to open in a new tab - is this possible please - I cant seem to work out the correct code?

Thanks

Hi There,

Please add the following code under Theme Options > JS:

jQuery('.x-li-icon a').attr('target', '_blank');

Hope it helps :slight_smile:

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