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

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

Carmen Eoppolo 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 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