Title: Button underlined
Last modified: May 10, 2017

---

# Button underlined

 *  Resolved [alexander77](https://wordpress.org/support/users/alexander77/)
 * (@alexander77)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/button-underlined/)
 * Hi,
 * Great plugin. For some reason however, the button shows up underlined on my page.
   I’m using the Storefront theme. Any ideas how to fix this? I’ve tried some custom
   css declarations, but cannot seem to get rid of it.
 * Many thanks, Peter

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

 *  Thread Starter [alexander77](https://wordpress.org/support/users/alexander77/)
 * (@alexander77)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/button-underlined/#post-9118166)
 * Link to page:
    [https://www.audioartwork.nl/home/test/](https://www.audioartwork.nl/home/test/)
 *  Plugin Contributor [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/button-underlined/#post-9119170)
 * Hi, looking at your source code I found the following css code illustrated below
   that is causing the line to appear below the play button.
 * Check the following **box-shadow: insert 0 -1px 0 rgba(0,0,0,.3);**. It is the-
   1px that is causing the line to appear. If you remove the -1px your problem should
   be solved.
 *     ```
       .added_to_cart, .button, button, input[type="button"], input[type="reset"], input[type="submit"] {
           border: 0 #43454b;
           background: #43454b;
           color: #fff;
           cursor: pointer;
           padding: .6180469716em 1.41575em;
           text-decoration: none;
           font-weight: 600;
           text-shadow: none;
           display: inline-block;
           outline: 0;
           -webkit-appearance: none;
           -webkit-font-smoothing: antialiased;
           border-radius: 0;
           box-shadow: inset 0 -1px 0 rgba(0,0,0,.3);
       }
       ```
   
 * Kind regards
 *  Thread Starter [alexander77](https://wordpress.org/support/users/alexander77/)
 * (@alexander77)
 * [9 years ago](https://wordpress.org/support/topic/button-underlined/#post-9167528)
 * Perfect, works like a charm!
 * Many thanks.
 * (sorry for the delayed response btw)
 *  Plugin Contributor [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [9 years ago](https://wordpress.org/support/topic/button-underlined/#post-9168715)
 * You are most welcome 😉

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

The topic ‘Button underlined’ is closed to new replies.

 * ![](https://ps.w.org/compact-wp-audio-player/assets/icon-128x128.png?rev=994411)
 * [Compact WP Audio Player](https://wordpress.org/plugins/compact-wp-audio-player/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/compact-wp-audio-player/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/compact-wp-audio-player/)
 * [Active Topics](https://wordpress.org/support/plugin/compact-wp-audio-player/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/compact-wp-audio-player/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/compact-wp-audio-player/reviews/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/button-underlined/#post-9168715)
 * Status: resolved