How to change look and feel of bonita portal in community 6.3

hello i m using bonita community 6.3
can anyone pl specify where are the files to change bonita protal look and feels .

thanks kandarp

Hi,

this feature is available only in Bonita SP: http://documentation.bonitasoft.com/product-bos-sp/look-feel

Regards,

Hello,

We did customization of bonita portal look and feel for one of our project requirement. We have published the blog which details the step by step procedure at http://www.evoketechnologies.com/blog/customize-bonitasoft-bpm-portal/

Let me know if you need more help.

Thanks,
Hari Alla

To change the color of the menu bar, edit skin/skin.config.less and update the setting of @mainAccentColor to replace the default red (#b20706:wink: with the hexadecinal code for your preferred color. As an example, this file contains a line that you can uncomment to set the color to blue.

To change the font, edit skin/skin.config.less and update the setting of @skinFont to specify the font you want to use.

To replace the Bonitasoft logo with your own logo, create a transparent .PNG file with your logo and put it in the skin/images directory. Then edit skin/skin.config.less, and replace logo.png with your logo file. If your logo is not the same size as the default Bonitasoft logo, edit the loginPage-logo-width: and loginPage-logo-height: properties and specify the correct width and height.

Ref.: http://documentation.bonitasoft.com/creating-new-look-feel

as mukurype says…

follow the post if using an SP version

However, for Community Edition I did put together a comprehensive step-by-step guide here

http://community.bonitasoft.com/groups/usage-operation-6x/resolved-real-css-change#comment-37584

Hope it helps,

regards
Seán