• Resolved alexander77

    (@alexander77)


    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

    (@alexander77)

    Plugin Contributor mbrsolution

    (@mbrsolution)

    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

    (@alexander77)

    Perfect, works like a charm!

    Many thanks.

    (sorry for the delayed response btw)

    Plugin Contributor mbrsolution

    (@mbrsolution)

    You are most welcome ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Button underlined’ is closed to new replies.