By default, the platform does not have this option. You can use the following CSS code so the words entered when searching is visible to the user. This will change the “Lessons” icon.
Please follow the steps below:
1. Go to the WordPress Dashboard
2. Navigate to Appearance → Customize → Additional CSS
3. Append the following:
i.bb-icon-l.bb-icon-book:before {
content: '\eeb2';
}
You can refer to our Font Cheatsheet to select and apply your preferred font.
4. Click Publish to save changes
Screenshots
Without Code:
With Code: