I am a noob to wordpress and a big dum-dum when it comes to IT. I am having trouble using Additional CSS.
I first wanted to hide the date from all blog posts and found this online which worked:
span.posted-on {
display: none;
}
Now I am trying to hide the author avatar and tags fromt he top of the post. I found these, but they will not apply and I don’t understand why:
.post .post-tags {display: none;}
.content-post .post-author { display:none; }
Any help is greatly appreciated
The page I need help with: [log in to see the link]