Archived topic
accordion with image on title
1 reply · Started by Capital Link on August 10, 2019
How can I do this style of accordion http://webinars.capitallink.com/2019/drybulk/ ?
I would like to add image on title.
I have the html css and js if cannot be done with the plugins of generatepress.
How can I add the html css and js?
Hi there,
GP doesn't have accordion add-on so a custom solution is needed.
All of your content in the Edit page screen is all HTML so it can be added the same way.
For CSS: https://docs.generatepress.com/article/adding-css/
For js, you can try using the wp_footer hook in hook elements:
https://docs.generatepress.com/article/hooks-element-overview/
Not sure what code you are using but definitely make sure that it will work in a WordPress site.