Removing Blog header in Renew

I am using the Church Demo, I would like to remove the Blog heading in the post pages. I have removed the word “Blog” in the theme options, and I have tried the below CSS that I found in searching in the forum, but the white space remains where the blog title would be. How can I remove that space?

CSS I have tried.

.blog .x-header-landmark,
.single .x-header-landmark {
display: none;
}

Page URL: https://rollinghillsbc.org/2015/05/27/navigating-life-when-things-get-hard/

Hi Cory,

Thank you for writing in, that CSS code you showed above should work.

It seems you’re using a Single Line Comments (//) on your CSS, please do not use that in any Theme CSS areas. Theme CSS will be minified on the front so a single line comment will mess it.

Use the block commenting instead (/* */)

Remember to clear all your caching plugins after you made the changes.

Hope it helps,
Cheers!

Thank you friech! That fixed it. I really appreciate the quick response and help.

Cory

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.