The tags under the post can be hidden by adding ‘display: none;’ under div.main-meta in style.css at line 149, like this:
div.main-meta {
border:1px dashed #CCCCCC;
color:#666666;
display:none;
font-size:10px;
margin:10px 5px 5px;
padding:2px;
}
The tags in the sidebar are probably from a widget that can be removed from the sidebar under Admin->Appearance->Widgets. Some themes may handle the sidebar differently and you need to look for theme options or possibly alter the theme code.
Thank you, I was able to remove the tags from the footer. I will look at the widget for the sidebar.
I have another question. Will removing the tags just make them invisible? I don’t want them completely removed.
Thanks again,
Ree
I just want them invisible.
Ree
Yes, the display: none; just keeps them from being visible.