The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to return to the original square space logo instead of the circular one

Ramiro P
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 24, 2013

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!

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

3 votes
Answer accepted
Ramiro P
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 24, 2013

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:

Changing your logos to squares with CSS

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!
Christopher Lohman
March 24, 2013

Very helpful. Thanks!

0 votes
Aigars Polis
July 25, 2013

Thanks!

I hate what they did in new confluence version finally I can get back normal company logo instead of automatic rounding.

TAGS
AUG Leaders

Atlassian Community Events