Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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)

#208430
kwerty
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.