I need a different color in the same paragraph for a Heading in a Symbol. The problem is: when I transform this text into a link field all the text turns to the same color.
Is there a way to solve it?
I need a different color in the same paragraph for a Heading in a Symbol. The problem is: when I transform this text into a link field all the text turns to the same color.
Is there a way to solve it?
hi @Guilherme_Mazzo and welcome on board. You are looking for HTML element <span>
First you should style your link the way you need and after wrap desired text in <span>
. This allow you to give this text different style.
Hope that will help you to solve your request