[Resolved] Woo product buttons on the default shop page

Home Forums Support [Resolved] Woo product buttons on the default shop page

Home Forums Support Woo product buttons on the default shop page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1985591
    Wendy

    I’ve adjusted my block buttons to have rounded corners.
    Except the default product catalogue has them square?

    You can see that happening here:

    https://www.glow-skincare.com/shop/

    Where would I adjust the default list of products. Thank you.

    #1985631
    Leo
    Staff
    Customer Support

    Hi there,

    You’d need to use CSS like this:

    .woocommerce ul.products li.product .button {
        border-radius: 10px;
    }

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

    Let me know if this helps ๐Ÿ™‚

    #1989552
    Wendy

    Voila! Thank you so much Leo!

    #1990075
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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