Hi @adunning,
Go to “Dashboard=> Appearance=> Theme Options=> Custom CSS” box and add the following CSS:
/* For Page Title */
#content .page .entry-title{
font-weight: bold;
font-size: 20px;
font-family: Times New Roman;
font-style: italic;
}
/* For Post Title */
#content .post .entry-title{
font-weight: bold;
font-size: 20px;
font-family: Times New Roman;
font-style: italic;
}
/* For Post Content */
#content .post .entry-content{
font-weight: bold;
font-size: 15px;
font-family: Times New Roman;
font-style: italic;
}
/* For Post Content */
#content .page .entry-content{
font-weight: bold;
font-size: 15px;
font-family: Times New Roman;
font-style: italic;
}
Note: Please change the CSS property’s value as per necessary.
Regards,
Mahesh