Hi,
I don't want the page titles to show in my website and tried to disable by using the quick CSS.
I found this in another thread and put it in, but it didn't disable the titles,
<style>
.post-title
{
display: none !important;
}
</style>
Anyone that can help?














