Hi shellylopezgray!
Is this from a plugin? Many plugins provide a CSS class to help style that. Using a custom CSS plugin or if your theme allows for custom CSS you may be able to change the size.
Are you able to provide a link to the site?
I think it’s from the automatic wordpress plugin. I didn’t install it.
Are you asking about the:
Help Spread the Good Work of Nursing
part that you want to make bigger, correct? If that is the case, you would need to use custom CSS, which I think you have in the Jetpack module. Taking a quick look it appears that the font size is set to 9pt ( 9 Points ). You can use something like:
div.sharedaddy h3.sd-title {
font: 14pt;
}
To change the sizing. Not entirely sure if you would need help in their forums though seeing as the site ( http://www.adventuresofalabornurse.com ) is hosted with WordPress.com and not a self-hosted site. You may be able to ask in their forums just in case:
https://en.forums.wordpress.com
Hope that helps!