Post-title remove
-
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
Mod
Put code in between backtick (
Code:`) characters. It’s usually located above the Tab key on your keyboard. I have fixed this for you.
Do you have an example of where this is not working?
.page .entry-title {
display: none !important;
}Clear browser/plugin cache after adding the code to child-theme style.css.
Hi,
thanks for your reply tried clearing cache but it keeps popping up. You can see an example at http://www.allreizen.nl/accommodatie
thanks for the quotes forgot about that.
Admin
You have this code in your child theme’s style.css file:
.div id="text-9" {
background-color: #e3e3e3;
}which has invalid syntax, causing whatever CSS codes you place after that code to not work.
Admin
Marking thread as resolved. You can do this yourself as well.
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
