cancel
Showing results for 
Search instead for 
Did you mean: 
intapiuser
Community Team Member
Community Team Member
Use the following script on the widget script of the Text Widget to change the font family and color: 
You can use the options provided with the widget to change the size of the font. 
widget.on("ready", function() {
      $("div[id=editor-3]").css("font-family", "fantasy")
      $("div[id=editor-3]").css("color", "red")
})
Rate this article:
Version history
Last update:
‎03-02-2023 09:04 AM
Updated by:
Contributors