Customize the ika.js popup styling

Usage.

Styling

You can modify the styling of the element to fit your application’s/form’s aesthetics. In order to do so. you mostly need to modify the following elements with CSS:


/* The wrapper element that contains the text area and the button */
#nndi--ika-control {}

/* The element for the button */
#nndi--ika-btn {}

/* The element for the "text area" */
#nndi--ika-txt {}