Hi @laurenebice,
Yep, it’s possible. The actual how-to depends on the settings you’re using with the plugin though so you’ll want to share some more details if you want help with this 😛
I’m not sure what all information you need so let me know if I leave anything out.
The theme is cards compact. Sorted by total views over all time. It’s using the custom HTML markup option. Here’s what’s there:
Before / after title:
<h3 class=”widget-title” style=”margin-top: 40px; margin-bottom: 40px; font-size: 1.5em; color: #3f5464;”>
</h3>
Before / after Popular Posts:
<ul class=”wpp-list wpp-cards-compact” style=”margin-top: 20px; margin-bottom: 20px;”>
Post HTML Markup:
<li style=”border-bottom: solid 2px #4e91bd; padding-bottom: 15px;”>{thumb_img}<div class=”wpp-item-data” style=”font-size: .75em; vertical-align: top; text-align: left; margin-top: -30px; text-transform: uppercase;”>{title}<div class=”author”>{author} | {date}</div></div>
Thanks!
Easy peasy then: change {thumb_img} to {thumb} and click on Save to apply changes (for more details check Settings > WordPress Popular Posts > Parameters, near the end of the page.)