Icon code not working

Can you have a look at this icon code. It will not work but I cannot see anything wrong with it?

[x-icon type=“check” style=“font-size: 15px; color: rgb(43, 178, 4);”]

if I just use [x_icon type=“check”] it works so must be something wrong with rest of code.

Hi @waynepatt58,

Thank you for writing in, there are couple of things wrong on that shortcode. first is the x-icon, that should be x_icon.

Second is your double quotes “ ” that is pretty quotes which invalidate your shortcode, it should be normal double-quotes, see the difference from my shortcode below.

[x_icon type="check" style="font-size: 15px; color: rgb(43, 178, 4);"]

Hope it helps,
Cheers!

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