Forums

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

Need help with CSS code that will change the font color of the Name of my site.

Carmen Eoppolo
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 21, 2018

I am referring to the name at the top left of the sidebar.  TY

1 answer

0 votes
Bill Bailey
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.
September 23, 2018

The trick is to use the inspect function of a browser to determine the structure of the page and the CSS selector.

For my version, the HTML is as follows:

<h1 id="logo" class="aui-header-logo aui-header-logo-custom"><a href="/">
<img src="/download/attachments/XXXXX" alt="XXXXX" data-aui-responsive-header-index="0"></a>
</h1>

So to change the font color:

 

#logo {
color:#999;
}
Carmen Eoppolo
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 27, 2018

thank you!  I am not a web designer, so that tip was very helpful.

Bill Bailey
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.
September 27, 2018

If it works, please click accept. ;-)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events