How To Add Icons To List Items In WordPress With Simple HTML And CSS

preview_player
Показать описание
This is a quick video on how to add custom icons to your list items using simple HTML, CSS and Font Awesome. You need some HTML and CSS skills for this tutorial, but don't be scared.

If you have questions please leave a comment below or contact me:

Music by Nicolai Heidlas Music - SUNNY HOLIDAYS
Рекомендации по теме
Комментарии
Автор

Thank you! A good addition perhaps is adding the following so that text starts in the middle (vertically) of the icon:

.check-list li {
display: inline-flex;
align-items: center;
}

teunbosveld
Автор

Thank you dude. You don't know how much this help

Hangoutapp