How do I remove “User Updates”

5.54K viewsGeneral
0

I would like to remove the details that appear under each question & answer as signaled in the attached photo. Is there a way to do that?

1

Add this css:

ap-post-history{
    display:none;
}

I’m sorry for asking a basic question but where should this go?
Do I need to do the whole overrides.css process or can I just simply add this to the theme somewhere?

You are viewing 1 out of 2 answers, click here to view all answers.