Hi Jeff,
As per your query, we are giving you some easy steps and CSS to change font and description size.
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Put the given CSS on it >> Publish.
#slider h3 {
font-size: 20px;
}
#slider p {
color: #ffffff;
font: 16px/20px lato;
font-weight: bold;
text-align: center;
}
Could you please specify what you want slider image size or height to get small.
Thanks