How can I remove this tab in the Help Center - "Requests I'm CC'd on" | Community
Skip to main content

How can I remove this tab in the Help Center - "Requests I'm CC'd on"

  • November 1, 2023
  • 1 reply
  • 0 views

How can I remove this tab from showing in the help center when users are on their activities page? Cannot find location in code

1 reply

Pulkit12
  • November 2, 2023

Hi Amanda Gunn

Please add the following CSS code snippet to the end of your style.css file.

.collapsible-nav-list li a[title="Requests I'm CC'd on"] {
  display: none;
}

Let me know if it solves your issue 

 

Thank You 

Pulkit

Team Diziana