Hi There,
i need to change the logo in the header…when i am logged in.
there is a logo icon 170px x 62 px but i can’t find where i can change it.
i see only the css class logo-claim. should i change this im my theme in the getLogoClaim
function?
Hi helge,
This one is best done by creating and deploying a theme. By placing your logo’s, background image etc. into the theme, it’s much easier to handle future upgrades.
https://doc.owncloud.org/server/10.0/developer_manual/core/theming.html?highlight=theme
Regards,
Andrew
2 Likes
cortho
July 9, 2019, 10:54am
3
Since you are already using your custom theme it is sufficent to put your logo in yourtheme/core/img/logo-icon.svg in your theme app.
You might want to adapt the rule #header .logo-icon in the css at yourtheme/core/css/header.css when your image size is different.
2 Likes