Archived topic
Suggestions for drop down (collapsible text)
3 replies · Started by Simon on April 29, 2021
Hi,
I have a page where I want to expand on some of the answers. As far as I can see, GP Premium doesn't come with anything like this, so wondered what others did to allow for this. Hopefully without adding a plug-in (trying to think of Google core vitals update).
On the subject of little tweaks like this; does anyone recommend any tools to allow things like this? I have heard people mention things like Elementor in other posts. Does this work with GP Premium OK?
Thanks!
Hi there,
if you want a very simple drop down then use a HTML Block and use the <detail> element - see here:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details
Thats the lightest possible way of doing it.
Elementor and other Page Builders are going to add a LOT of code to your site - i wouldn't recommend it for making 'little tweaks'
Hi @David
Thanks ever so much for this. I will take a look.
You're welcome