Remove "The blog" container

Hi, I really tried to solve that by myself, but I just can’t. I want to remove this part in the blog page:


I can remove it from every page except the blog page, since I can’t acces it from Cornerstone.

I can remove the text and crumbs, but this container keep showing, how can I hide it?
Thanks

Hi Marc,

Thanks for reaching out!

I just check your page but it is under maintenance. Assuming you are using Renew as stack, to remove the “The Blog” text on your blog page. Please add the code below in your X > Theme Options > CSS.

.blog .h-landmark {
	display: none;
}

Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.

Hope that helps.

Thank you.

Hi marc_a,

Yes, I have my blog under maintenance, it’s a mess actually. I’ll do what you said, I just thought that there was a different way, not with CSS3.

Thanks for the quick response!

Hi Marc,

You are most welcome, please let us know how it works for you.

Thanks

Thanks tristup, that worked, sure.

Thanks!

You are welcome @markens

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