I discovered that many people is complaining about the same thing. Luckly, I found the answer for this issue. I'll post it in case someone needs it.
Cheers!
There's an issue with information about how to do that. It says why atlassian changed that and how you can go to the original logo type using css.
Check out here: https://jira.atlassian.com/browse/CONF-28275
This is the answer description:
If you really dislike the round logos, and just want them to be square, you can do this with a custom sytlesheet (Confluence Admin > Stylesheet), The CSS snippets to use are below. Note that global custom stylesheets only apply to the globally set theme. If for example you have the default theme set globally, but a few spaces use the doc theme, you'll need to apply the CSS for the Doc theme and the project dialog again in the Space Stylesheet (Browser>Space Admin>Stylesheet). You won't need to customise at the space level for spaces using the global default.
/* Default sidebar */ .acs-side-bar-space-info .avatar-img-container .avatar-img-wrapper,#image-holder .small-logo-container .small-logo-wrapper {border-radius:0;} /* Space directory, Dashboard space list */ .global.logo, .space.logo {border-radius:0;} /* Doc Theme header */ .theme-documentation .space-logo .logo {border-radius:0;} /* Project dialog */ .project-dialog-header-wrapper .project-header img {border-radius:0;}
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks!
I hate what they did in new confluence version finally I can get back normal company logo instead of automatic rounding.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.