Adding link to Classic Icon

Hi there,

I have a couple of classic icons added to my page, but can’t for the life of me work out how to add a page link to them, so that when you click on the icon it then takes you to the necessary page.
The page in question is here - http://vikkihalljewellery.co.uk/customer-care
The classic icons are the “customer feedback” and “our policies”
Can you help please.

Thanks.

Hello @kweli89,

Thanks for asking. :slight_smile:

As of now icons element doesn’t support the link. You can use following shortcode in Raw Content element in the mean time:

<a href="http://example.com" target="_blank">[x_icon type="list" style="text-align: center; color: rgb(111, 105, 101); font-size: 150px;"]</a>

<a href="http://example.com" target="_blank">[x_icon type="comments-o" style="text-align: center; color: rgb(111, 105, 101); font-size: 150px;"]</a>

Please note that in above code target="_blank" will open the link in a new tab. If you don’t want to open the link in new tab, you can remove that. You also need to replace url example.com. Here is list of shortcode for all icons:

http://demo.theme.co/integrity-1/shortcodes/icons/

Thanks.

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