By default, the platform/theme does not have this option. You can use the following CSS code.


Please follow the steps below:


1. Navigate to the WordPress Admin > Appearance > Customize 
2. click on Additional CSS
3. Append the following:


.lms-topic-item .bb-title .bb-icon-text:before{
    content: '\ee3f';
}


Note: You may also change the value of \ee3f by referring to our font cheat sheets. https://www.buddyboss.com/resources/font-cheatsheet/

4. click Publish to save the changes


Note: Any modifications are considered as custom work already. Know more about our Support policy here: https://www.buddyboss.com/support-policy/

Screenshots


Without code


With code