Hello,
When inserting an image, we select the border button for it to have a simple line border.
However, the border is in black. Is there anyway we can change the default color? Can it be changed globally or on space level? We dont want to do it per image as it will be quite a hassle given the amount of screenshots.
To globallly change it in Confluence under Confluence Admin go to the Look and Feel section and click on Stylesheet. Then you can add the below CSS to override the default black style. Change the #999999 to whatever hex color you want. This can also be done at just the space level under Space Admin.
.wiki-content .confluence-content-image-border {
border: 1px solid #999999;
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is it possible to set the border color for each image in a specific confluence page editing the <ac:layout>?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.