Allow more text editing options for singular parts of text. Meaning I can make parts of text one colour, font size, or format in one text box.
Hi there, @Sharks_Volleyball
Glad to say that you can do this using the needed styles in a Code Editor option:
Feel free to check it out! If you need assistance with it, please send a link to the page with the widget and describe your request. We’ll be delighted to help
Amazing thank you! I don’t know coding but this will definitely do
Do you have a simple cheat sheet to be able to make minor code edits to text boxes and other things similar?
@Sharks_Volleyball Unfortunately, we don’t have a special cheat sheet, but here is a general recommendation.
You need to use the <span>
tag to customize the part of the text. For example, you have a text Enhance UX and you want to change the color, font-weight and font size of the word “Enhance”. Here is how the code will look in the code Editor:
<span style="color: red; font-weight: bold; font-size: 32px"> Enhance</span> UX
You are very welcome to use any other styles inside the tag to customize your text.
If you face any difficulties or questions, just let us know and we’ll be happy to help