Avada › Forums › Community Forum › Customize Accordion ID
-
AuthorPosts
-
Hello,
for now there is the auto-generated ID. Something like:
<a data-toggle="collapse" data-parent="#accordion-7833-1" data-target="#c4730350421648805" href="#c4730350421648805"><div class="fusion-toggle-icon-wrapper"><i class="fa-fusion-box"></i></div><div class="fusion-toggle-heading">This is the title</div></a>
Is there a way to set id and data-target to the title? For SEO purpose i really would like to give it a describing name like:
<a data-toggle="collapse" data-parent="#accordion-7833-1" data-target="#this-is-the-title" href="#this-is-the-title"><div class="fusion-toggle-icon-wrapper"><i class="fa-fusion-box"></i></div><div class="fusion-toggle-heading">This is the title</div></a>
Any help would be greatly appreciated.
-
AuthorPosts
- You must be logged in to reply to this topic.