wecobble / Subtitles

Add subtitles into your WordPress posts, pages, custom post types, and themes. No coding required. Simply activate Subtitles and you're ready to go.
http://wordpress.org/plugins/subtitles/
GNU General Public License v2.0
117 stars 186 forks source link

Changing Font Size #99

Closed aemmanuele closed 6 years ago

aemmanuele commented 6 years ago

Hi there, with a recent update to Avada, I noticed that the Subtitle text is smaller than that of the body text.How do I increase size? screen shot 2018-01-30 at 1 30 26 pm

philiparthurmoore commented 6 years ago

@aemmanuele Did you figure this out? We have CSS classes that you can use to change your font sizing. Do you have a link to the page in question so we can help you with this? Thanks a ton.

mkrdip commented 6 years ago

Hi @aemmanuele,

You can use Custom CSS like this to control font and sizes.

span.entry-subtitle {
    font-family: "Times New Roman", Times, serif;
    font-size: 24px;
    font-weight: 800;
}

Cheers.

philiparthurmoore commented 6 years ago

Thanks, @mkrdip. Closing this. @aemmanuele Please let us know if you need anything else.