[Support request] Changing the style of add to cart button

Home Forums Support [Support request] Changing the style of add to cart button

Home Forums Support Changing the style of add to cart button

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #584416
    Mahesh

    Hi Tom / Leo,

    Want to give GeneratePress one more shot. Is there a way to reduce or change the shape and size of the Add to Cart button.

    Is it possible to make it smaller and with round edges. Like the Shop now button below;

    http://prntscr.com/jmj8pf

    My URL is not published yet. Still in the build phase.

    #584546
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .woocommerce a.button.add_to_cart_button {
        padding: 5px 10px;
        border-radius: 5px;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

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