Page customization examples (Custom HTML and CSS)
Created by
Last updated 11 April 2022, 12:07
Watch for changes
✓ Subscribed

Hide Page Creator

Add code to the Custom CSS section:
Cloud |
Server & Data Center |
---|---|
|
|
⠀
Full-Width Tables
⠀

Add code to Custom CSS section:
Cloud, Server & Data Center |
---|
|
⠀
Hide “Powered by: External Share for Confluence” footer
Add code to Custom CSS section:
Cloud |
Server & Data Center |
---|---|
|
|
⠀
Custom Header Example

Add code to HTML at beginning of the BODY section:
<div class="custom-header">
<h1>Custom Header</h1>
<a href="https://marketplace.atlassian.com/apps/1220562" rel="nofollow">Link to Website</a>
</div>
Add code to Custom CSS section:
Cloud, Server & Data Center |
---|
|
⠀
Custom Footer Example

Add code to HTML at end of the BODY section:
<div class="custom-footer">
<h3>Custom Footer</h3>
</div>
Add code to Custom CSS section:
Cloud, Server & Data Center |
---|
|