-
Alexis822
Hello
I’m making an accordion menu, and I need to add some custom svg to fold/unfold. I am using <h3>. Is there a solution to have your own svg?
-
Hi there,
This should help:
https://docs.generateblocks.com/article/using-custom-icons-for-accordion/Let me know 🙂
-
Alexis822
thank you i tried, it works fine in button but not when i check cotainer no. And I really wish I had h3s in relation to seo
-
fernandoazarcon2
Hi Alexis,
For reference, on what specific page do you have this Accordion added?
I’m not seeing an Accordion Block on the link provided.
-
Alexis822
I put it in private
-
Hi there,
try adding this CSS:
.gb-accordion__item-open > .gb-accordion__toggle .gb-accordion__icon, .gb-accordion__item:not(.gb-accordion__item-open) > .gb-accordion__toggle .gb-accordion__icon-open{ display: none; }
-
Alexis822
Ok thanks David 😉
-
You’re welcome
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.