Solved
RTE style - stylized content is enclosed in span tags. how to remove that span tag?
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.