I used the following code in CSS to hide dates in blog posts.
.blog-post-loop .wd-post-date,
.single-post .wd-post-date {
display: none;
}
I installed the child theme and put the code to the style.css file in the child theme.
But nothing: the post date appear..
Why?