@buddythepitbull: Hello Harley,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
/* To change the font size of page/post titles */
.custom-header-content .entry-title {
font-size: 50px !important;
}
/* To change the position of post/page titles */
@media only screen and (min-width: 75em) {
body:not(.home) .custom-header-content {
padding: 120px 50px 150px 50px;
}
}
You can change the font size and padding according to your requirement!
Let me know if this works out!
Kind Regards,
Skandha