Page 1 of 1

how to use the css file generated by primengtheme designer

Posted: 14 Dec 2022, 17:21
by skotha
How DO I use the CSS designer? I made only the necessary changes to the style but was unable to plug this CSS file anywhere and see the styling. So how does everyone actually use the theme designer and after downloading the CSS file how to use it ??

Re: how to use the css file generated by primengtheme designer

Posted: 06 Jan 2023, 09:40
by cetincakiroglu
Hi,

You can use theme designer as follows:

1-) Download the designer-ng as zip file from the Prime Store.
2-) Unzip the file and navigate into designer-ui folder
3-) run "npm install" command, try "npm install --legacy-peer-deps" if it throws error
4-) run "ng serve" command
5-) customize your theme as you wish and hit the download button on the top, a CSS file will be downloaded.
6-) you can use downloaded CSS file in your project.

Please let us know if anything extra needed, hope it helps