My Page Titles on One Instructor are White and can't be read because of the light grey background. If I add a background like the tutorial it also shows up on homepage and it looks terribly bad. How could I change the Title Color?
Try adding the given css from wp-admin ->appearance ->customize ->custom css :
.pagetitle, .pagetitle .breadcrumbs a, .pagetitle h1, .pagetitle h5 {
color: #333333;
}
I'm having this same issue and the code above is not fixing the issue. Any suggestions?
@maeekul: Please create your own topic in relevant forum.
Its a very old topic and already resolved.
Also I would need your site url to give you the code for your site.