Hi there.
How could I set the IgCombo theme?
This one works fine:
$('#myeditor').igEditor( { theme: 'customTheme', });
But when I try to do this, my customTheme is not added to the Class list of mycombo. $('#mycombo').igCombo( { theme: 'customTheme', }); What I'm missing? Best Regards, Francisco Correia
$('#mycombo').igCombo( { theme: 'customTheme', });
What I'm missing?
Best Regards,
Francisco Correia
Hi,
igCombo doesn't support custom theme property.
You can customize styles in your css file (Check the theming reference for igCombo here). You can read more about this here - Using Themes with igCombo.
Regards,
Stanimir Todorov