Hi there,
first of all congrats for the enfold theme, by far the best I worked with :-)
I would like to place an akkordeon with six toggles. One toggle should have no opening function and no button. I tried to get hold of a single toggle by the ID, to get rid of the button first, but didn´t even managed that. I tried something like this:
#toggle-id-10 .toggle_icon {
display: none !important;
}
Could you help me with this one?!
Tanks a lot
Best Regards
Marco
Hi Marco,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Hi Rikard,
here´s the link to the site:
So this is an example of an akkordeon element I placed to show what is offered by my customer (which I´m building the site for). In this case my customer has further details for the first two toggles and the last two, but the one in the middle (“Konzentrations- und Aufmerksamkeitsdefizite”) stands by itself and doesn´t need further explanation. So it would be great to get rid of the “plus sign button” and the toggle shouldn´t open when klicked.
Is this possible?
Thanks in advance!
BR Marco
…the link again as private content, seems like it didn´t work in the last mail…
Hi,
Thank you for the info. Please add this in the QuicK CSS field to disable the link and remove the symbols:
p[data-fake-id="#toggle-id-10"] {
pointer-events: none !important;
}
p[data-fake-id="#toggle-id-10"] .toggle_icon {
display: none;
}
Best regards,
Ismael
Hey Ismael,
PERFECT, just what I was looking for, works fine.
THANKS A LOT!
Greets Marco