[Resolved] Add to cart button responsive

Home Forums Support [Resolved] Add to cart button responsive

Home Forums Support Add to cart button responsive

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1607793
    CHOUCHANE

    Dear,

    I know this forum is full of great people.

    I added Paypal Checkout on my website on I want to make the add to cart button responsive to match the size of Paypal Button.

    For this product for example :
    https://www.goviralprime.com/product/buy-youtube-likes/

    I want the ‘Pay By credit card” button, match the paypal button below.

    I haven’t find anything in the customize menu of the template for that.

    If anyone can help.

    Regards

    #1607874
    David
    Staff
    Customer Support

    Hi there,

    you can add this CSS:

    .woocommerce div.product form.cart .button {
        width: 100%;
    }

    If you want to mess with its color then you can do this instead:

    .woocommerce div.product form.cart .button {
        width: 100%;
        background: #999;
        color: #000;
    }
    /* Hover colors - adjust accordingly */
    .woocommerce div.product form.cart .button:hover {
        background: #999;
        color: #000;
    }
    #1607878
    CHOUCHANE

    Wow, you’re a genius

    #1607905
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.