Define/Change Post Content Font Size (Latest Posts)
-
Hello,
I love the plugin. Would you please help me and show me how to define the font size for output in content. I tried several things with HTML codes. The font is smaller than desired on newsletters. The code is below that appears in “Latest Posts”. Can you please advise what to add to change font to 14pt for Content? Thank you.
<div class=”wpmlposts”>
[newsletters_post_loop]
<h2>[newsletters_category_heading]</h2>
<div class=”wpmlpost”>
<h2>[newsletters_post_title]</h2>
[newsletters_post_date_wrapper]Posted on [newsletters_post_date format=”F jS, Y”] by [newsletters_post_author][/newsletters_post_date_wrapper]
<div class=”wpmlpost_content”>
[newsletters_post_thumbnail]
[newsletters_post_content]
</div>
</div>
<hr style=”visibility:hidden; clear:both;” />
[/newsletters_post_loop]
</div>
- The topic ‘Define/Change Post Content Font Size (Latest Posts)’ is closed to new replies.