By default, the platform does not have this option to change the subscribed icon on your site. You can use the following CSS code.


Please follow the steps below:


    1. Go to WordPress Dashboard - Appearance

    2. Customize

    2. Additional CSS

    3. Append the following:

i.bb-icon-rl.bb-icon-rss.bb-topic-status.subscribed:before {
  content: '\e8a5';
}


CSS
CSS
CS
Note: You may replace "\e8a5" to your preferred icon code from our Font Cheatsheet page.


    4. Click on Published 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: