Icons and List Shortcodes
Icons (HTML – Recommended)
Use HTML to insert icons as an individual image.
<i class="icon-home" style="color: #FF5D5D"></i>
Use HTML to insert icons as an individual link.
<a href="http://mysite.com"><i class="icon-home"></i></a>
Icons (shortcode)
Use a shortcode to insert icons as an individual image.
[i class="icon-home"]
Use a shortcode to insert icons with custom colors.
[i class="icon-home" color="#F55"]
Use a shortcode to insert icons as an individual link.
[i class="icon-home" link="http://mysite.com"]
Parameters
- class
- (string) The image icon. When using shortcodes the “icon-” prefix can be omitted.
- color
- (string) (Optional) The text color for the button. Any CSS color value can be used.
- size
- (int) (Optional) The icon size in pixels. Default or unset will use font size.
- link
- (string) (Optional) URL of the link for the icon.
- title
- (string) (Optional) Title attribute.
- target
- (string) (Optional) Link target attribute: blank, new, etc.
More examples
Bullet Lists (HTML – Recommended)
Insert a custom bullet list as HTML with the bullet icon style of your choice.
- icon-ok
- icon-check
- icon-leaf
- icon-plus-sign
- icon-facebook
- icon-twitter
- icon-linkedin
- icon-google-plus
- Your list icons
- Your list icons
- Your list icons
- Your list icons
- Your list icons
- Your list icons
- Your list icons
- Your list icons
<ul class="icons">
<li><i class="icon-ok icon-large" style="color: #7D9E3C"></i> Your list icons</li>
<li><i class="icon-check icon-large" style="color: #7D9E3C"></i> A custom icon list</li>
<li><i class="icon-file icon-large"></i> Use any icon</li>
<li><i class="icon-plus-sign icon-large"></i> Very useful!</li>
</ul>
Bullet Lists (shortcode)
Insert a custom bullet list with the bullet style of your choice from a shortcode.
- Your Item Text
- Your Item Text
- Your Item Text
- Your Item Text
- Your Item Text
- Your Item Text
- Your Item Text
- Your Item Text
- Your Item Text
- Your Item Text
- Your Item Text
- Your Item Text
- Your Item Text
- Your Item Text
- Your Item Text
- Your Item Text
[bullet_list class="icon-ok" color="#5E9FA3" size="large"]
<ul>
<li>Your Item Text</li>
<li>Your Item Text</li>
<li>Your Item Text</li>
<li>Your Item Text</li>
</ul>
[/bullet_list]
Parameters
- class
- (string) The image icon. When using shortcodes the “icon-” prefix can be omitted.
- indent
- (string) (Optional) Left margin of list. Example values: “1em”, “10px”
- color
- (string) (Optional) The text color for the button. Any CSS color value can be used.
- size
- (string) (Optional) You can increase the size of the bullet icon. Values: large, 2x, 3x, 4x