Title: Border on Thumbnails
Last modified: August 21, 2016

---

# Border on Thumbnails

 *  [danniibmx](https://wordpress.org/support/users/danniibmx/)
 * (@danniibmx)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/border-on-thumbnails/)
 * Hello,
 * I am trying to remove the border on the thumbnails. I am not sure where to edit
   the CSS as I don’t see a file in the plug-in (just php files). I am new to WordPress
   so sorry for obvious questions.
 * Here is the site I am using the plug-in on for your reference:
 * [http://www.dropincomplex.org](http://www.dropincomplex.org)
 * Thank you!
 * [http://wordpress.org/plugins/network-latest-posts/](http://wordpress.org/plugins/network-latest-posts/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jose Luis SAYAGO](https://wordpress.org/support/users/iluminatus/)
 * (@iluminatus)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/border-on-thumbnails/#post-3952193)
 * Hi,
 * You can use your own custom CSS style, here you’ll find the base style included
   in the plugin: [NLP-DefaultStyle.css](https://gist.github.com/laelitenetwork/6017167),
   you’re free to tweak rules to suit your needs.
 * This is the list of CSS classes and nodes when using Unordered Lists (by default):
   [nlposts-ulist-nodes](https://gist.github.com/laelitenetwork/6040897)
 * And this one when using blocks: [nlposts-block-nodes](https://gist.github.com/laelitenetwork/6040928)
 * Thumbnail images css styles are set by these rules:
 * **Unordered Lists: **`.nlposts-ulist-container .nlposts-ulist-thumbnail-litem
   a > img`
 * **Ordered Lists: **`.nlposts-olist-container .nlposts-olist-thumbnail-litem a
   > img`
 * **Blocks: **`.nlposts-block-container .nlposts-block-thumbnail-litem a > img`
 * Once you’re done with your custom style, save it to your active WordPress theme
   folder. Name it the way you want: nlp-mycustomstyle.css then set the `css_style`
   parameter, like this:
 *     ```
       [nlposts css_style=nlp-mycustomstyle]
       ```
   
 * Please note there is no **.css**, this parameter works with filenames only.
 * Hope this helps, cheers.

Viewing 1 replies (of 1 total)

The topic ‘Border on Thumbnails’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/network-latest-posts_61c601.svg)
 * [Network Latest Posts](https://wordpress.org/plugins/network-latest-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/network-latest-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/network-latest-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/network-latest-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/network-latest-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/network-latest-posts/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Jose Luis SAYAGO](https://wordpress.org/support/users/iluminatus/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/border-on-thumbnails/#post-3952193)
 * Status: not resolved