Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [kura-dev] Fwd: [Support] -Replace Kura logo

Hello Hoang,

It is possible to change the header logo through CSS. The kura.properties file has a property “kura.style.dir” for specifying a style directory. By default the properties file is found in /opt/eclipse/kura/kura/ and the default value for “kura.style.dir” is /opt/eclipse/kura/console/skin. You will need to first create the style directory, then create a file in that directory called skin.css. Any CSS you put in this file will override the default CSS of the web application. The class you will want to override to change the logo is “.headerLogo”. Let me know if you need further explanation.

Thanks,
—Dave

On November 10, 2014 at 9:02:57 PM, Nguyen (sj@xxxxxxxxx) wrote:

Hi 

Is there anybody knows about the way to replace kura logo by another one, if Yes, pls help me

Hoang

_______________________________________________
kura-dev mailing list
kura-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/kura-dev

Back to the top