How to remove Site-Logo in 5.x

Konzept plus March 19, 2013

How can I get rid of the Site-Logo, so the menu can start from the left?

I know how to change the logo from adminpanel, but i cannot delete it completly.

Confluence Version 5.0.2

I also want to customize the footer, it ist far to high with the backround logo. How can I solve this?

Thanks in advance

Oliver

2 answers

1 accepted

0 votes
Answer accepted
moxin
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 Leaders.
March 24, 2013

how about you create a simple plugin that would do this...

simple create a plugin, and inside 'atlassian-plugin.xml', do this

<web-resource key="header-theme-resources" name="header-theme Web Resources">
        <dependency>com.atlassian.auiplugin:ajs</dependency>
		<dependency>confluence.web.resources:ajs</dependency>
		<dependency>confluence.web.resources:jquery</dependency>

        <resource type="download" name="js.js" location="/templates/js.js"/>
		
        <context>atl.general</context>
		<context>atl.admin</context>
        <context>atl.userprofile</context>
        <context>atl.popup</context>
        <context>main</context>
        <context>admin</context>
        <context>dashboard</context>
        <context>editor</context>
        <context>editor-content</context>
        <context>macro-browser</context>
        <context>page</context>
        <context>blogpost</context>
        <context>space</context>
    </web-resource>

and for js use this:

AJS.$(document).ready(function() {
    AJS.$('#logo').remove();
});

Konzept plus March 25, 2013

cool idea.
works great for me, thanks Moxin

moxin
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 Leaders.
March 25, 2013

my pleasure.

0 votes
LuizA
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 Leaders.
March 24, 2013

Hello Oliver,

Natively in the Confluence user interface is not possible to completely remove the logo, just change it as you mentioned. So in this case I would suggest you to make a contact with an Atlassian Expert to perform this kind of customization, you can find one Atlassian Expert in the following link:

http://www.atlassian.com/resources/experts

Hope this helps.

Kind Regards,

LJ.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events