Home › Forums › JavaScript › Help with CSS modifications/customization (Willing to hire if needed) › Reply To: Help with CSS modifications/customization (Willing to hire if needed)
September 20, 2015 at 11:12 am
#208430
Participant
Hi,
This is just a basic accordion and you can use a accordion plugin that is going to show and hide the content.
You can make use of active class on the heading to show some icon which is going to inform the users that accordion panel is open or not.
http://codepen.io/anon/pen/JYKKWJ
Thanks.