By default, the platform does not have this option to change the icon of List View on your site. You can use the following CSS code.
Please follow the steps below:
1. Go to WordPress Dashboard – Appearance – Customize
2. Additional CSS
3. Append the following:
i.bb-icon-l.bb-icon-bars:before {
content: '\ee9b';
}
You may replace “\ee9b” to your preferred icon code from our Font Cheatsheet page.
4. Click on Publish to save the changes.
Screenshots
Without Code:
With Code: