Remove the "Recent Activity" in Help Center

Answered

6 Comments

  • Vlad
    Community Moderator
    The Wise One - 2022

    Hi Steven, probably the easiest way to achieve that is if you add this code at the end of your CSS file

    section.section.activity {
    display: none;
    }

    Please let us know the result.

     

    0
  • Ryan McGrew
    Zendesk Product Manager

    Hey Steven,

    Actually it should be pretty simple to just remove the section from the template. Here is the section of the homepage template that renders recent activity:

    You can either remove those lines from the template or comment them out by wrapping those lines with a comment block :

    {{!--  
    <section class="section activity">
    {{recent_activity}}
    </section>
    --}}
    0
  • Joseph Rivera

    do you need to being paying for the professional account to be able to do this?

    0
  • Craig Hall

    I did this and it reappears on mobile web pages.

    0
  • Craig Hall

    Sorry, comment out works. TY

    0
  • Sriram Prakash

    If you want to disable the Recent Activity you can go to Themes-->Home Page Elements and the uncheck the Recent Activity check box.  

    0

Post is closed for comments.

Powered by Zendesk