Thanks but I already found the solution.
I searched for ‘Do not show tags in posts’ and found a site that helped. They listed a couple of different CSS lines that you add to ‘Additional CSS’ that didn’t work. Then, with the tags highlighted on one of my posts, I right clicked on the page and selected ‘Inspect Element’. I found that those CSS lines were theme specific and you needed to know how your theme worded the tag element and that’s what you find when using ‘Inspect Element’.
Mine ended up being .post-tags { display: none; } being added to ‘Additional CSS’.
Hope this helps other beginners.