Hello,
When you select headings 1 - headings 6 in Confluence rich text editor and type letters, the background color of those letters are white. Is it possible to change it to, say, blue?
Please let us know if you have an idea.
Regards,
Daisuke Niwa
Hi Daisuke,
I think it would be possible to do it through CSS hack. For more information please refer to the following documentation.
* https://confluence.atlassian.com/display/DOC/Styling+Confluence+with+CSS
For example for changing the background color of h1
.wiki-content h1 { background-color:blue; }
Hope it helps. Cheers,
Josua
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.