To change the font-size of page/post title to 16 Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.page-title,
.entry-title {
font-size: 16px;
}
Note: Change above digit 16 to your own digit to increase and decrease the size of the page/post title as well.