Hi community,
Is there any way to remove the span tag when using RTE styles? Also need to add the class name to custom tag.
Current:
<h2> <span class="some-class"> some text </span></h2>
Expected:
<h2 class="some-class"> some text </h2>
Thanks in advance.