Title: Change Default Icon
Last modified: May 30, 2017

---

# Change Default Icon

 *  Resolved [Howdy_McGee](https://wordpress.org/support/users/howdy_mcgee/)
 * (@howdy_mcgee)
 * [9 years ago](https://wordpress.org/support/topic/change-default-icon/)
 * Is there a hook to change the default icon? I would like to change it from a 
   chevron to a plus sign and minus sign respectively. I didn’t see any reference
   to this in the docs but would like to see it if it does not exist in a future
   release please!

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Author [PickPlugins](https://wordpress.org/support/users/pickplugins/)
 * (@pickplugins)
 * [9 years ago](https://wordpress.org/support/topic/change-default-icon/#post-9181795)
 * Thanks for your post.
 * Have you checked the option
 * Style > Icon set
 * > [View post on imgur.com](https://imgur.com/a/nfG7M)
 * Regards
 *  Plugin Author [PickPlugins](https://wordpress.org/support/users/pickplugins/)
 * (@pickplugins)
 * [9 years ago](https://wordpress.org/support/topic/change-default-icon/#post-9181797)
 * Please see the screenshot how to do that.
 * > [View post on imgur.com](https://imgur.com/a/Cz2Ih)
 * Regards
 *  Thread Starter [Howdy_McGee](https://wordpress.org/support/users/howdy_mcgee/)
 * (@howdy_mcgee)
 * [9 years ago](https://wordpress.org/support/topic/change-default-icon/#post-9181800)
 * Right, sorry. What I meant was permanently change the default icon. Currently
   how it appears to be set up is that every time you create a new accordion it 
   defaults to the chevrons and you have to change them out as your image describes.
   I would instead like to change the plugins default to something else through 
   a filter hook if possible.
 * This way when I hand it off to my client, they won’t need to change the icon 
   every time they create a new accordion as it’ll be preset for them.
 *  Plugin Author [PickPlugins](https://wordpress.org/support/users/pickplugins/)
 * (@pickplugins)
 * [9 years ago](https://wordpress.org/support/topic/change-default-icon/#post-9181816)
 * I understand your idea but isn’t available.
 * I hope future version bring this feature. which version are you using?
 * Regards
 *  Thread Starter [Howdy_McGee](https://wordpress.org/support/users/howdy_mcgee/)
 * (@howdy_mcgee)
 * [9 years ago](https://wordpress.org/support/topic/change-default-icon/#post-9181828)
 * I’m using the latest version of both WordPress and this Plugin.
 * I agree, I would like to see it in a future version as a filter hook if possible.
 * Thanks for your time / clarifying that it isn’t yet possible but may be in the
   future!
 *  Plugin Author [PickPlugins](https://wordpress.org/support/users/pickplugins/)
 * (@pickplugins)
 * [9 years ago](https://wordpress.org/support/topic/change-default-icon/#post-9181868)
 * Hi, Please update the latest version 2.0.18 and try the following hook.
 *     ```
       add_filter('accordions_filter_default_icon_plus','accordions_filter_default_icon_plus');
   
       function accordions_filter_default_icon_plus(){
   
       	return 'fa-plus';
       }
   
       add_filter('accordions_filter_default_icon_minus','accordions_filter_default_icon_minus');
   
       function accordions_filter_default_icon_minus(){
   
       	return 'fa-paper-plane';
       }
       ```
   
 * Regards
 *  Thread Starter [Howdy_McGee](https://wordpress.org/support/users/howdy_mcgee/)
 * (@howdy_mcgee)
 * [9 years ago](https://wordpress.org/support/topic/change-default-icon/#post-9181877)
 * That’s really cool of you to push an update so soon. It appears to work as expected!
 * Thanks again for the quick feature update, keep being awesome!
 *  Plugin Author [PickPlugins](https://wordpress.org/support/users/pickplugins/)
 * (@pickplugins)
 * [9 years ago](https://wordpress.org/support/topic/change-default-icon/#post-9181988)
 * Glad to help you.
 * Regards

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Change Default Icon’ is closed to new replies.

 * ![](https://ps.w.org/accordions/assets/icon-256x256.png?rev=2959657)
 * [Accordions](https://wordpress.org/plugins/accordions/)
 * [Support Threads](https://wordpress.org/support/plugin/accordions/)
 * [Active Topics](https://wordpress.org/support/plugin/accordions/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/accordions/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/accordions/reviews/)

## Tags

 * [defaults](https://wordpress.org/support/topic-tag/defaults/)

 * 8 replies
 * 2 participants
 * Last reply from: [PickPlugins](https://wordpress.org/support/users/pickplugins/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/change-default-icon/#post-9181988)
 * Status: resolved