How do you configure default text styles, e.g., change text color for "paragraph" and other styles?

Mark Kasimatis
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!
February 27, 2018

In Confluence when editing a page the "paragraph" or any other style shows text in color dark gray rather than black.  How can I set the text color for "paragraph" and the other text styles (Heading 1, Heading 2, etc.) to be black by default?  Thanks for any info!

1 answer

1 accepted

1 vote
Answer accepted
Jason B
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 2, 2018

Hi Mark!

To customize the look of Confluence, including text elements, you would need to use CSS.  This can be done either on a site-wide or per-space basis.  We have a good article about CSS here: Styling Confluence with CSS

For example, to change all of the text of a paragraph (inside of a <p> tag), as well as headings 1-2 to black, you could use the following CSS:

p, h1, h2

{

   color: black;

}

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events