Hi,
I’m not sure what have you done to show the title like that but it’s not normal, the blue block title it’s the normal one and you can option for it to show or not by editing the block lie this: http://screencast.com/t/QkeO9OLzf
Please send me link to your site so I can inspect this if this dose not help.
Thanks
Hi,
The first title it’s the page title and the second it’s the text with title element title, you can remove the page title by not setting a page title: http://screencast.com/t/GJkBPIAfU
Thanks
I used this plugin once and it worked (and removes, not just hides!) but it’s on a page-by-page basis: https://wordpress.org/plugins/toggle-the-title/
Hi,
@Rodney828 You can also hide the title via css, use this custom css for that:
.td-page-title {
display: none;
}
Use and add this unique class: http://screencast.com/t/V2MQIrpSL8A to target just the page you want to hide the title on.
Or you can search for a plugin that dose that or similar.
Thanks for the message!


