Title: Image Styling
Last modified: September 2, 2020

---

# Image Styling

 *  Resolved [simplycharly](https://wordpress.org/support/users/simplycharly/)
 * (@simplycharly)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/image-styling/)
 * How can I change the thumbnail images style to flat without borders? I know I
   need to add some customization, but unsure how to do it. Please advise.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fimage-styling%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Author [Ajay](https://wordpress.org/support/users/ajay/)
 * (@ajay)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/image-styling/#post-13360876)
 * Hi,
 * You’ll need to try this:
 *     ```
       img.tptn_thumb {
           padding: 0px !important;
           border: 0px !important;
           -webkit-box-shadow: none  !important;
           -moz-box-shadow: none !important;
           box-shadow: none  !important;
           -webkit-border-radius: 0  !important;
           -moz-border-radius: 0 !important;
           border-radius: 0 !important;
       }
       ```
   
 *  Thread Starter [simplycharly](https://wordpress.org/support/users/simplycharly/)
 * (@simplycharly)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/image-styling/#post-13361306)
 * That worked, but there are now some new issues like the titles in the wrong places
   and the addition of bullet points. How do I fix these issues?
 *  Thread Starter [simplycharly](https://wordpress.org/support/users/simplycharly/)
 * (@simplycharly)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/image-styling/#post-13361330)
 * Nevermind. It looks like it worked out.
 *  Plugin Author [Ajay](https://wordpress.org/support/users/ajay/)
 * (@ajay)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/image-styling/#post-13367245)
 * Thanks. It looks good on the site.
 *  Thread Starter [simplycharly](https://wordpress.org/support/users/simplycharly/)
 * (@simplycharly)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/image-styling/#post-13885558)
 * This plugin uses a lot of resources and affects our site’s performance. Is there
   a way to minimize this?
 *  Plugin Author [Ajay](https://wordpress.org/support/users/ajay/)
 * (@ajay)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/image-styling/#post-13886085)
 * Have you turned the caching on? That’s the main way to reduce the resources.
 * On tracking, an alternative is to use the [fast tracker](https://webberzone.com/downloads/top-10-fast-tracker/)
 *  Thread Starter [simplycharly](https://wordpress.org/support/users/simplycharly/)
 * (@simplycharly)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/image-styling/#post-13888156)
 * Can you please tell me how I can track the most recent popular posts rather than
   the all-time popular posts?
 *  Plugin Author [Ajay](https://wordpress.org/support/users/ajay/)
 * (@ajay)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/image-styling/#post-13888877)
 * By recent, if you mean by post date, you can do this with the How Old setting
   in the list options

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Image Styling’ is closed to new replies.

 * ![](https://ps.w.org/top-10/assets/icon-256x256.png?rev=2986432)
 * [WebberZone Top 10 — Popular Posts](https://wordpress.org/plugins/top-10/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/top-10/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/top-10/)
 * [Active Topics](https://wordpress.org/support/plugin/top-10/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/top-10/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/top-10/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 8 replies
 * 2 participants
 * Last reply from: [Ajay](https://wordpress.org/support/users/ajay/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/image-styling/#post-13888877)
 * Status: resolved