Hi there,
in Pro --> Theme Options --> JS
I have this code (that is working)
jQuery(".related.products h2").html("My text");
Now, I’d like to add to “My text” an icon as in the Feature Headlines
So I tried to replacing “My text” with this code “
Mt text
”Like this:
jQuery(".related.products h2").html("<h2 class="h-feature-headline h2" ><span><i class="x-icon-ellipsis-v" data-x-icon-s="" ></i>Mt text</span></h2>");
But it’s not working.
What is the right way to obtain it?
Thank you