How do I remove “User Updates”

5.00K 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

Thats on the theme file: /wp-content/plugins/anspress-question-answer/theme/default/css/main.css

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?