Default Image Color Border

Armon Tiongco October 17, 2013

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.

2 answers

1 accepted

0 votes
Answer accepted
Davin Studer
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.
October 18, 2013

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;
}

Armon Tiongco October 20, 2013

thank you. i will do that. :)

0 votes
Rodolfo Paschoal April 26, 2021

Is it possible to set the border color for each image in a specific confluence page editing the <ac:layout>?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events