Hi,
I am stumbling on something I am trying to remove the post-title on my pages with
.page .post-title {
display: none;
}
.
I am working with child theme and it is not working when I put this in the css of the child theme. It works when put in the CSS of the parent.
While other adaptations do work in the Child's CSS.
So how to go about this ?
Thanks for you help
Sam
