I’d need a link to a live site, but doesn’t look like native bbpress.
https://www.roogle.ca/forums/forum/london-forums/
its wired, when I make new forums the ticks are automatically beside it
ok you have css that does
.inner-page-content article.article-content ul li::before {
content: "\f046";
font-family: FontAwesome;
color: #b6d91a;
position: absolute;
left: 0;
}
so if your theme has a custom css area, suggest you add the following
.inner-page-content article.article-content ul li::before {
content: none !important;
}
Thats really cool how you figured that out and made some code that works.. thank you very much sir it worked.
great – glad you are fixed