Change Bulleted Lists on Posts and Pages

Posted in: Newspaper
Post count: 5

Hi, I would like to change the bulleted lists on posts and pages to font-awesome hearts (\f004), like this:

Bulleted List example

Just the lists in my posts and pages, not the tags, categories, menus, or anything else. Thanks!

Post count: 23312

Hello Kassiah,

Unfortunately, our theme does not have any such an option that allows you to replace that arrow to Font Awesome symbol, sorry! Notice that you can add your symbol but only in the front of your menu items, according to our documentation here -> https://forum.tagdiv.com/how-to-add-icons-in-menu/

Thanks for your understanding!

Post count: 5

I don’t want to replace the arrow, I want to replace the default bullet. I figured out how to do it, but I’m not sure if it messes up anything else LOL just in case anyone else wants to do something similar:


.td-page-content ul, .td-post-content ul li {list-style: none !important;}
.td-page-content ul, .td-post-content ul li {
padding: 5px 0 5px 30px;
position: relative;
}
.td-page-content ul, .td-post-content ul li:before {
content: '\f004';
color: #da1f5a;
font-family: 'FontAwesome';
position: absolute;
top: 6px;
left: 5px;
}

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