Styled List
Easily add icons to your lists
- glass
- music
- search
- envelope
- heart
- star
- star-empty
- user
- film
- th-large
- th
- th-list
- ok
- remove
- zoom-in
- zoom-out
- off
- signal
- cogs
- cog
- trash
- home
- file
- time
- road
- download-alt
- download
- upload
- inbox
- play-circle
- repeat
- refresh
- list-alt
- lock
- flag
- headphones
- volume-off
- external-link
- thumbs-down
- comments
- volume-down
- qrcode
- tag
- book
- bookmark
- camera
- font
- bold
- italic
- text-height
- text-width
- align-left
- align-center
- align-right
- align-justify
- pushpin
- trophy
- list
- indent-left
- indent-right
- facetime-video
- picture
- pencil
- map-marker
- adjust
- tint
- edit
- share
- check
- move
- step-backward
- fast-backward
- backward
- play
- pause
- key
- upload-alt
- stop
- forward
- fast-forward
- step-forward
- eject
- chevron-left
- chevron-right
- plus-sign
- minus-sign
- remove-sign
- ok-sign
- question-sign
- info-sign
- screenshot
- remove-circle
- ok-circle
- ban-circle
- arrow-left
- thumbs-up
- lemon
- arrow-right
- arrow-up
- arrow-down
- resize-full
- esize-small
- plus
- minus
- asterisk
- exclamation-sign
- gift
- leaf
- fire
- eye-open
- eye-close
- warning-sign
- plane
- calendar
- signin
- signout
- random
- comment
- magnet
- chevron-up
- chevron-down
- retweet
- shopping-cart
- resize-vertical
- resize-horizontal
- folder-close
- folder-open
- camera-retro
- heart-empty
- twitter-sign
- linkedin-sign
- github-sign
- facebook-sign
- star-half
Get The Code
<!-- All the items in this list will have the same icon --> [list icon="ok"] [list_item]Item #1[/list_item] [list_item]Item #2[/list_item] [/list] <!-- All the items in this list will have a different icon --> [list] [list_item icon="folder-open"]stop[/list_item] [list_item icon="folder-close"]forward[/list_item] [/list]
Customization Options
- icon – which icon you want to display. You can set this on both the [list] and [list_item] shortcodes. The icon value set on the [list_item] takes precedence over the icon value set on on the [list].