Hi @npokhrel,
Please do have a look at the below document as a reference on how this can be achieved:
https://help.k2.com/onlinehelp/k2smartforms/devref/4.6.10/default.htm#deploying%20and%20registering%20custom%20themes.htm
Kind regards,
Percy
Thank You for your reply, but i was able to publish custom theme, but some of my changes only show up in design time url but doesnt show up in runtime url. I am targeting specific div in the page and overriding color property but i dont see any changes, is there a common guidelines we should follow to update themes for K2?
As the designer runtime and runtime runtime are separate sites, the resource files are hosted for these sites are hosted in separate locations:
[Install Folder]/K2 SmartForms Runtime/Styles/Themes]
[Install Folder]/K2 SmartForms Design/Styles/Themes]
As such, the theme will need to be copied to both locations. Perhaps doing an IISRESET and clearing the browser's cache before reloading the browser is also recommended when changing CSS, etc.