Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Mickle Berra

    (@mickle-berra)

    I add this code, but it is still not the same as it was before

    div.product div.summary button.button:hover, div.product div.summary a.button:hover{
    border-radius: 20px 20px 20px 20px;
    background: -moz-linear-gradient(center top , #112e72 0px, #555 100%) !important; color: #ffffff; text-shadow: 0 0 0 rgbaa(0, 0, 0, 0); width: 20px 20px 20px 20px;
    }

    If you know the right css code, please share.

    Thanks,
    MB

    C

    Thread Starter Mickle Berra

    (@mickle-berra)

    I removed that css code, and waiting for the right code.

    Thanks,
    MB

    You would need this as a plugin your using seems to be overriding the theme:

    .product .entry-summary .single_add_to_cart_button {
        line-height: 40px;
        padding: 0 18px;
        font-size: 20px;
        text-transform: uppercase;
        background: #2d5c88;
        color:white;
    }
    .product .entry-summary .single_add_to_cart_button:hover {
    background:#6c8dab;
    }

    Kadence Themes

    Thread Starter Mickle Berra

    (@mickle-berra)

    Thank you!

    It is working.

    Thanks,
    MB

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