About the icon in popup's button
in Shortcodes
Hello,
Can you tell me,how to put the icon into the popup shortcode,I want to achieve this effect:
[button title="申请使用" icon="icon-pencil-line" icon_position="right"]
the popup shortcode is :[popup title="申请使用" padding="20" button="1" ][/popup]
Thanks very much.
Comments
You can do it like this:
[popup title="<i class='icon-home'></i>" padding="20" button="1" ][/popup]
This is the list of our icons: http://themes.muffingroup.com/be/theme/shortcodes/typography/#icons
thanks
Sorry,I want the action button become the popup button,how to realize it?