You can do it with a modified panel:
image2017-1-24 14:0:45.png
Add some CSS to the Styles field of the Div macro
background: yellow; position: relative; left: -10px; top: -10px; padding-left: 10px; padding-top: 5px; padding-bottom: 5px; width: 110%;
To change the font, add the font designation to the CSS in the Styles field, e.g.:
font-family: Times;
So,
background: yellow; font-family: Times; position: relative; left: -10px; top: -10px; padding-left: 10px; padding-top: 5px; padding-bottom: 5px; width: 110%;
image2017-1-24 14:9:46.png
Thank you so much! Would this also allow me to paste a logo in the header? Like a banner logo?
L
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Lena,
Adding a header image is used as an example in Atlassian's Basic Styling Tutorial. That should point you in the right direction.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
But can that same method/CSS be used in the context of a panel macro? If so, how? Do I find the panel CSS and include it there? Thanks again.
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.