I am trying to style the header of a panel in confluence by calling out a specific Macro.
I can style the panel header fine by using:
.panelHeader {
color:xxx
Font-Family:xxx
}
The issue is when I embed the page onto another page with other panels it styles all those panels as well. So I need to call out the specific macro. I am not sure how to include the #macro-ID into the styling above.