I looked at another post about REMOVING CATEGORY, DATE, AND COMMENTS FROM BLOG.
I tried doing this, but couldn't get it to work. It's probably still my general lack of knowledge regarding the stylesheet(s). I went to the Appearance > Editor and selected the 'Newscast: Stylesheet (style.css).' After pasting the code...
.blog-meta {
display: none;
}
...then clicking Update File, this didn't seem to work. I tried pasting the code in several different places within the .css, but could not get it to work. To be certain that the Update File was working, I changed code in a couple of other places, and the change was indeed displayed on the website.
Any help you can give me in understanding this would be appreciated.














