Title: Green line on button
Last modified: August 21, 2016

---

# Green line on button

 *  Resolved [atasteofkoko](https://wordpress.org/support/users/atasteofkoko/)
 * (@atasteofkoko)
 * [12 years ago](https://wordpress.org/support/topic/green-line-on-button/)
 * Why is there a green line showing up on the Pin button?
    Also, how do I get the
   pin button to show up on the Featured Image?
 * [http://www.blog.snapkitchen.com](http://www.blog.snapkitchen.com)
 * [https://wordpress.org/plugins/jquery-pin-it-button-for-images/](https://wordpress.org/plugins/jquery-pin-it-button-for-images/)

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

 *  Plugin Author [mrsztuczkens](https://wordpress.org/support/users/mrsztuczkens/)
 * (@mrsztuczkens)
 * [12 years ago](https://wordpress.org/support/topic/green-line-on-button/#post-4859244)
 * Hi,
 * please change the image selector setting to:
 * `div.post img`
 * and let me know. When it comes to the green line on button, it’s added by your
   theme. To remove it you need to add this line to your CSS rules:
 *     ```
       .post-entry p a.pinit-button {
       	border-bottom: none;
       }
       ```
   
 * that should help.
 *  Thread Starter [atasteofkoko](https://wordpress.org/support/users/atasteofkoko/)
 * (@atasteofkoko)
 * [12 years ago](https://wordpress.org/support/topic/green-line-on-button/#post-4859248)
 * Still there
 * [http://blog.snapkitchen.com/whats-in-season-this-spring/](http://blog.snapkitchen.com/whats-in-season-this-spring/)
 * And how fix where the pin button goes? It’s not on the image
 *  Plugin Author [mrsztuczkens](https://wordpress.org/support/users/mrsztuczkens/)
 * (@mrsztuczkens)
 * [12 years ago](https://wordpress.org/support/topic/green-line-on-button/#post-4859337)
 * From what I can see, the pin button renders just fine.
 * To get rid of the green dots, you can add the following entry:
 *     ```
       .post-entry p a {
           border-bottom: medium none !important;
       }
       ```
   
 * it’ll remove the dots from each link on the website though. Not much more to 
   do here, as the green lines are caused by the theme, not the plugin.

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

The topic ‘Green line on button’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/jquery-pin-it-button-for-images.svg)
 * [jQuery Pin It Button for Images](https://wordpress.org/plugins/jquery-pin-it-button-for-images/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jquery-pin-it-button-for-images/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jquery-pin-it-button-for-images/)
 * [Active Topics](https://wordpress.org/support/plugin/jquery-pin-it-button-for-images/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jquery-pin-it-button-for-images/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jquery-pin-it-button-for-images/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [mrsztuczkens](https://wordpress.org/support/users/mrsztuczkens/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/green-line-on-button/#post-4859337)
 * Status: resolved