Hi @TRACEYHARTY, Please add this CSS in the Additional CSS
To change the color add this.
.page .singular-content-wrap .entry-title {
color: #111;
}
To disable the page title add this
.page .singular-content-wrap .entry-title {
display: none;
}
Go to Customizer >> Appearance >> Additional CSS, paste the above CSS there, and published the site.
you can find the color code reference on the link below:
https://www.computerhope.com/htmcolor.htm
Regards,
Themepalace