Icon list link

I am using the icon list shortcode in a accordion. I would like to make the text in the list linkable (not the icon, just text), where would I put the link?

[icon_list style=“font-size:18px;”] [icon_list_item style=“color: green;” type=“file-text”]Add inline styles if you want.[/icon_list_item]

Hello @waynepatt58,

Thanks for writing in!

To add a text link, please update your shortcode and use this:

[icon_list style="font-size:18px;"] [icon_list_item style="color: green;" type="file-text"] Add <a href="http://example.com/">inline styles</a> if you want.[/icon_list_item]

We would loved to know if this has work for you. Thank you.

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