Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

how to change css / text-decoration of the "Log in " link?

hans-peter.geier July 31, 2012

On a confluence instance with anonymous access enabled, I like to create more visibility if the user is not logged in.

The "Log in" link at the top left should become more evident, e.g. by different color, style or background.
I assume this can be done through the system stylesheet ?
Perhaps something similiar to

.login-link a {
color:red
text-decoration:bold !important   
}


Does someone know the exact spelling?

1 answer

1 accepted

1 vote
Answer accepted
Dennis Kromhout van der Meer
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.
July 31, 2012

It's not a class but an id instead. Therefore try this:

a#login-link {
color:red
text-decoration:bold !important  
}

You can add this at Admin -> Look and Feel -> Stylesheet

hans-peter.geier July 31, 2012

thanks for your fast response.
it works. (I did also leave out the semicolons in my question)

I'm using this now:

a#login-link {
color:red;
background:yellow;
font-weight: bold;
}

Dennis Kromhout van der Meer
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.
July 31, 2012

Great to hear! I wrote this on the fly and forgot the semicolors :P

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events