Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Kassiah
tagDiv Member

I followed these directions and everything is fixed. https://forum.tagdiv.com/topic/how-to-fix-problems-when-updating-to-10-4/#post-394524 Thanks to topmagazin!

Kassiah
tagDiv Member

Thank you so MUCH THANK YOU!!!

Kassiah
tagDiv Member

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)