• You guys build a outstanding theme and I really appreciate this struggle. I also write an article about your struggles on my blog.
    Recently I started an ecommerce business and installed oceanwp theme. The theme is outstanding but when I am trying to change checkout button sizes then I am not getting any option. If you can help me out I;ll be thankful to you. Image attached

    • This topic was modified 3 years, 10 months ago by glaveno.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello,

    We are most certainly thankful for your feedback.

    Unfortunately no option to change the size of those buttons.

    Those buttons are controlled by woocommerce.

    You can try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .woocommerce-cart button[type="submit"] {
        padding: 10px 10px;
        font-size: 10px;
    }
    a.checkout-button.button.alt.wc-forward {
        font-size: 10px;
        width: 50%;
    }
    .woocommerce-page .cart-collaterals .cart_totals {
        width: 70% !important;
    }

    PS- Adjust the values in the above code according to need.

Viewing 1 replies (of 1 total)
  • The topic ‘How To Change Checkout Page Button Size’ is closed to new replies.