Introduction
The platform does not provide a built-in option to change the Quiz icon shown under the Course Includes section on the Lesson page. However, you can update this icon by applying a custom CSS snippet that replaces the existing icon with another one from the icon font set.
Custom Workaround
Follow the steps below to change the Quiz icon:
- Go to Theme Options
- Under Custom Codes, enable CSS
- Append the following code:
i.bb-icon-rl.bb-icon-question:before {
content: 'eeb2';
}- Save your changes.
Troubleshooting and FAQs
Q: The icon did not change after adding the CSS.
A: Clear your browser cache, site cache, and any CDN cache, then refresh the Lesson page.
Q: Can I use a different icon instead of eeb2?
A: Yes. You can replace eeb2 with another icon code from the Font Cheatsheet.
Q: Will this affect other Quiz icons on the site?
A: Yes. This CSS targets the Quiz icon globally under the Course Includes section.