Jump to content

Remove + Create ▼ link in header?


Go to solution Solved by Adriano Faria,

Recommended Posts

16 minutes ago, Nathan Explosion said:

Then disable the calendar application, or restrict access to it?

How can I disable it? I tried removing permissions for all, but the "create" button remains. Do I have to uninstall the app?

Link to comment
Share on other sites

20 minutes ago, Marc Stridgen said:

There is no way in which to remove that without customisation to your theme. To note however, this is not just for events. Its for the creation of any content item, including topics

Thank you. I'll customize the CSS then, no problem, just wanted to make sure that was the way to handle it. Since there's a big "Start new topic" button a few pixels below I feel that link is redundant for my site.

1 minute ago, Marc Stridgen said:

You would go to System>Site Featureds>Applications and click "Enabled" next to the calendar application if you wish to just disable that application

Ok I don't know how I didn't see it, I was just on that page trying everything. 🤦‍♂️

Link to comment
Share on other sites

30 minutes ago, Adriano Faria said:

You can also probably hide via custom CSS ( li cCreate ).

Thank you (and thanks to @Nathan Explosion). Because there's also a separator right after that "Create" link that I also wanted to hide I ended up using this: 

/* Hide "Create" link next to bell and letter icons in the header */
li#cCreate li#cCreate+li.elUserNav_sep {
    display:none;
}

 

Edited by Jamynee
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...