I would like to remove the Horizontal line from Header 2 via CSS. How can this be done?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.