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")
})
Version history
Last update:
‎03-02-2023 09:04 AM
Updated by:
Contributors
Community Toolbox

Recommended quick links to assist you in optimizing your community experience:

Developers Group:

Product Feedback Forum:

Need additional support?:

Submit a Support Request

The Legal Stuff

Have a question about the Sisense Community?

Email [email protected]

Share this page: