MWDelaney / bootstrap-3-shortcodes

WordPress shortcodes for easier use of Bootstrap elements in your content.
https://wordpress.org/plugins/bootstrap-3-shortcodes/
MIT License
377 stars 118 forks source link

Adding icon to collapsible #150

Closed chopinesque closed 6 years ago

chopinesque commented 6 years ago

Hi and thank you for this great plugin!

I am trying to use a collapsible like this but I cannot find how to add a plus icon at the right that would appear on active state and a minus one on non-active.

[collapse title="Title" active="false" type="info"]
...
[/collapse]
MWDelaney commented 6 years ago

Hi, Since + and - icons aren't part of the default look of accordions for Bootstrap (see here), this plugin doesn't support adding them.

You could add + and - icons pretty easily in your stylesheet.