Forums

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

Color of font in the sidebar

F. Jack Shasha
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!
June 5, 2016

This question is in reference to Atlassian Documentation: Styling Fonts in Confluence

I would like to change the color of the bookmarks in the left sidebar. How can I do that?

1 answer

1 vote
Sharon Hinde
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.
June 5, 2016

Hi,

if you use the view source or developer tools in your browser you can see that the class on the sidebar links (Pages, Blogs etc) is 'acs-nav-item-label'

You can sue this to create css that overides the Confluence default colour. Using the higher level class 'ia-fixed-sidebar' in fron helps make the css more specific to that area.

So this css should change the colour of the sidebar links, but not the pages a bit lower in the sidebar as I'm not sure you wanted those included.

.ia-fixed-sidebar .acs-nav-item-label {
  color: #cc3300;
}

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events