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';
}
You may also change the value of \ee3f by referring to our font cheat sheets.
4. Click Publish to save the changes
Screenshots
Without code
With code