Disable page title for posts page

Hello,

I am using Wordpress 5.0.2 with X 6.4.6 stack Renew.

I have a static home page and have set another page (“News”) as my posts page. On the posts page I get the page title “The Blog” and I cannot find where to turn it off or change it. I have disabled the page title in WP page settings and also checked under Blog settings in the theme options, but cannot find this specific setting. Please advise…

Thanks

Hey @carlopompili,

You can change it in X > Theme Options > Renew > Blog Options. If you want to remove that part, you need to add this code in Theme Options > CSS.

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

Hope that helps.

Got it - thanks!!

You’re welcome! :slight_smile:

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