Can I Change Bonitasoft logo?

1
0
-1

Is it possible to change bonitasoft logo on the portal and put a my logo to it?

I am making changes in the bonita_form_default.css, in this part of code but cannot see any changes on the portal.

div#bonita-open-solution-logo {
background: url("../images/abc-logo.png") no-repeat scroll 20px 8px #FFFFFF !important;
height: 50px;
position: absolute;
width: 200px;
}

Thank you.

Comments

Submitted by Sean McP on Fri, 02/26/2016 - 08:20

what version?

Submitted by vrundaer on Fri, 02/26/2016 - 16:24

6.5

2 answers

1
0
-1

I read this...where is @header-login-bglmage?

17.1) to change the logo find @header-login-bgImage: and repeat the line commenting one out with //, change the line to:

@header-login-bgImage: "gubelogo.png";      //Corporate Logo   162*35px

@loginPage-logo-bg: "gubelogin-logo.png";   //Login Logo   211*192px

17.2) Save the file and close the editor

17.3) Copy both gubelogo.png and gubelogin-logo.png to the following directories also:

NOTE: to change the login logo you must rename the old and repalce with the new giving the same original name. For community it is hardcoded somewhere...

TomcatHome\bonita\client\platform\tenant-template\work\theme\portal\skin\images
TomcatHome\bonita\client\tenants\1\work\theme\portal\skin\images

17.4) Change the favicon...

goto TomcatHome\bonita\client\platform\tenant-template\work\theme\portal\images and rename favicon2.ico to favicon2.ico.old
goto TomcatHome\bonita\client\tenants\1\work\theme\portal\images and rename favicon2.ico to favicon2.ico.old

webapps\bonita\images
webapps\ROOT //favicon.ico

and copy favicon2.ico to the above two folders

Comments

Submitted by Sean McP on Sat, 03/12/2016 - 06:06

1
0
-1

Have a look at this post, it's for 6.3.6 but it should also work for 6.5, I think I tested it and it worked OK.

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

I have two posts towards the bottom...

regards
Seán

PS: If this reply answers your question, please mark a resolved.

Notifications