Hi
Thanks for contacting us. If you want to remove the title block then you have to use this CSS in your custom.css file
.sp-page-title>.container{
display: none;
}
If you want to change the background color of the title block then you have to use this CSS in your custom.css file
.sp-page-title>.container{
background-color: #6abed4 !important;
}
Also on the 'Page Title' - these do not work for simple 'Articles' menu items
Could you please give me that specific page link or any screenshot of that portion?
-Regards.