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.
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.
I'm not an admin for my company's Confluence site. The HTML macro is disabled and I can't create my own user macro. What recourse do I have?
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.