To hide the tags both in the blog index and on single posts, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
footer.entry-footer {
display: none;
}
We would loved to know if this has work for you. Thank you.