Changing the font of Macro Panel Title

Oma Utah July 3, 2019

How to change the font style and size of a Macro Panel Title

2 answers

0 votes
Robert Crain May 27, 2021

Hi Oma,

You can add the CSS Stylesheet macro to the page and control many aspects for out of the box Confluence and macro/plugin content.

Here is an example of some CSS to control the panel text (aka .panelHeader)

Add the CSS stylesheet macro, then copy and paste this into the box.

.panelHeader
{
color: white;
text-shadow: 0px 3px 3px #000000;
font-size: large;
font-family: Arial, Helvetica, sans-serif;
}

Robert

0 votes
Diego
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 12, 2019

Hello Oma! As I understand you need to change the font face within your Confluence pages, specifically under the Panel Macro title.

This option is not available for the Panel Macro. You can check more about it here:

You can, however, style fonts throughout the instance as explained here:

There is also a third-party plugin that might be able to help you with this task. Here you can have a better look at it:

If there is any question left, feel free to share with us!
Diego Canto Rodrigues
Support Engineer

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events