With Confluence Server and Team Calendars installed, is it possible to remove the "Calendars" link from the header bar? Only specific teams use team calendars, so this link is confusing for people looking for other calendar-related information.
You can definitely hide it, please see: How to hide elements in Confluence using CSS or JavaScript
You can use your browser's Developer Tools to find out the selector name as the Calendar button is not on the doc. (I assume that's because Team Calendars is a plugin and we just documented a plain installation.)
Oh, of course! Thanks for the tip! I was able to do exactly what I needed to with
#header nav.aui-header .aui-header-primary .aui-nav a.aui-nav-imagelink[title=Calendars] { display: none; }
Maybe a little much, but it's safe!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nice! Thanks for sharing it with the Community so people searching can find it in the future.
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.