How to remove the horizontal line from Header 2 via CSS

Craig Hylwa
Contributor
January 17, 2012
  • Confluence 4.1
  • Using documentation theme

I would like to remove the Horizontal line from Header 2 via CSS. How can this be done?

1 answer

1 accepted

0 votes
Answer accepted
Remo Siegwart
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.
January 17, 2012

Try to put the following CSS either in the space stylesheet or global stylesheet:

.wiki-content h2, .panel h2, .panelMacro h2 {
    border-bottom: none;
}

Hope this helps

Craig Hylwa
Contributor
January 17, 2012

Works perfect

Thanks

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events