Remove page title and remove gap thats left in genisis child theme

nickjett

Regular Member
Joined
Oct 28, 2010
Messages
258
Reaction score
23
I'm trying to remove the gap that was left after removing the title from my Wordpress pages.
Ive added this code

.page .entry-title {
display: none;
}

to remove the page title, but I'm left with a gap, how do I remove this gap? Check the image below which I've cirled in red
removegap.jpg
 
Im no expert coder and don't use wordpress but Im sure you could do some sort of margin -25px or something. Chat GPT would give you your fastest answer and should be able to trouble shoot this pretty easily. Should be pretty basic coding. Or instead of "display none", just straight delete page entry title code altogether.
 
Last edited:
Simply install the plugin "Hide Page And Post Title" and remove your code. This works so good.
 
Back
Top