Title: External product button bug
Last modified: August 22, 2016

---

# External product button bug

 *  Resolved [V0ld3m0rt](https://wordpress.org/support/users/v0ld3m0rt/)
 * (@v0ld3m0rt)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/external-product-button-bug/)
 * Hello burakkaptan, your theme is great. I am playing with it and probably use
   it live, but I have found one problem. When I change default product in woocommerce
   plugin to external product, the button is not styled. I am trying to find, how
   to fix it, but I can’t find it. Anyway, It will be good for you to know about
   it. See screenshot [http://s2.postimg.org/ib57zj26h/bug.jpg](http://s2.postimg.org/ib57zj26h/bug.jpg)

Viewing 1 replies (of 1 total)

 *  Thread Starter [V0ld3m0rt](https://wordpress.org/support/users/v0ld3m0rt/)
 * (@v0ld3m0rt)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/external-product-button-bug/#post-5814963)
 * I fixed it 🙂 sorry to bother you. I just added into style.css
 *     ```
       .shop-wrapper ul.products li.product .product_type_external {
         display: block;
         background-color: #0072e9;
         padding: 5px 10px;
         color: white;
         margin-top: 10px;
         padding-right: 25px;
         position: relative;
       }
       .shop-wrapper ul.products li.product .product_type_external:hover {
         background-color: #707070;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘External product button bug’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/mixed/1.0.2/screenshot.png)
 * Mixed
 * [Support Threads](https://wordpress.org/support/theme/mixed/)
 * [Active Topics](https://wordpress.org/support/theme/mixed/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/mixed/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/mixed/reviews/)

## Tags

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

 * 1 reply
 * 1 participant
 * Last reply from: [V0ld3m0rt](https://wordpress.org/support/users/v0ld3m0rt/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/external-product-button-bug/#post-5814963)
 * Status: resolved