The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have created a PNG file with the Group name and motto. This makes the page name redundant. Is there a way to hide the page name?
Kate,
If you want to restrict it in a single page only, you'll need to use the HTML macro.
Insert the HTML macro into your page, and then paste the following in:
<style type="text/css"> #title-text {display:none;} </style>
If you want to do it at a space level, simply edit the style sheet for the space and include:
#title-text {display:none;}
I you do not have the HTML macro enabled, you can create a user macro with the same code. Then you can use it any time you need to inhibit the pate title display.
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.
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.
Yes, add the line above to your space Style Sheet and it is done.
Space-> Look and Feel -> Style Sheet -> Edit.
Add the line below and hit save.
#title-text {display:none;}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't see Style Sheet on confluence cloud, is this feature no longer available?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi everyone, We’re always looking at how to improve Confluence and customer feedback plays an important role in making sure we're investing in the areas that will bring the most value to the most c...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.