Remove the "Recent Activity" in Help Center | Community
Skip to main content

Remove the "Recent Activity" in Help Center

  • August 8, 2017
  • 6 replies
  • 0 views

Hi, how can we customize our layout so that "Recent Activity" does not appear? 

This topic has been closed for replies.

6 replies

Vladan
  • August 8, 2017

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.

 


Ryan48
  • August 9, 2017

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>
--}}

  • September 7, 2017

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


  • July 31, 2018

I did this and it reappears on mobile web pages.


  • July 31, 2018

Sorry, comment out works. TY


  • January 16, 2020

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