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

Looking for CSS to underline heading 3

Bruno Romero July 18, 2013

I am looking for ccs or macro example to underline heading 3 by default

1 answer

1 accepted

1 vote
Answer accepted
David at David Simpson Apps
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
July 18, 2013

For Confluence, try something like:

#com-atlassian-confluence h3 {
  border-bottom: 1px solid #ccc;
}

This gives a full page width underline.

Update: For underlining just the text, try:

#com-atlassian-confluence h3 {
  text-decoration: underline;
}

Bruno Romero July 18, 2013

Hi David,

Thanks for your prompt answer. The code puts an underline accross the page under heading 3. Its is close to what I am looking for. Where headings are already underlined the new underline is placed right below. Thanks for the effort.

Bruno

David at David Simpson Apps
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
July 18, 2013

See the update ;)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events