List with icons

Posted in: Newspaper
Post count: 32

Is there a way to put a icon infront of the list ? – https://demo.tagdiv.com/newspaper/lists/

Post count: 20688

Hi,

It would be possible with CSS. Like in this example where I use Font awesome icons
http://fontawesome.io/icons/
https://www.screencast.com/t/8wmCOXszbG
https://www.screencast.com/t/5xof6I8ig
This is an example for lists inside the post content. The code used will need modifications if that is not the location needed. This is the code used in the example, if it is useful to you, modify it as you wish and enter it in Theme panel->Custom CSS

.td-post-content li {
list-style-type: none;
}
.td-post-content li:before {
content:'\f14a';
font-family: FontAwesome;
margin-right: 5px;
}

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.