style.css dosyasında mesela page_title tanıtılmıştır. Örnek verecek olursak:

.page-title { background: #fff; position: relative; padding-top: 18px; padding-bottom: 17px; border-bottom: 1px solid #eee; color: #666; font-size: 16px; font-weight: 600; text-transform: uppercase; line-height: 24px; }
.page-title a { color: #aaa; }
.page-title a:hover { color: #444; }
.page-title span { color: #aaa; }
.page-title i { margin-right: 8px; }
.page-title h1,
.page-title h2,
.page-title h4 { color: #666; }
.page-title .meta-single li { float: left; margin-right: 14px; }
.page-title .meta-single li:last-child { float: right; margin-right: 0; }

Buradaki ayarlardan düzenleyebilirsiniz. Biraz kod bilginizin olması gerekmektedir. Az-çok bilen birisine de gösterseniz yardımcı olabilir.
Buraya nasıl ulaşabilirsin?
Wordpresste admin panelinden girip: Görünüm > düzenleyici > sağdaki php dosyalarından style.css dosyasını bulup düzenleyebilirsin.