Home > Net >  How to write css to change shipping info label on checkout page in woocommerce
How to write css to change shipping info label on checkout page in woocommerce

Time:08-24

how to write css for changing shipping info on check out page in woocommerce? I solve that in cart page but not in check out page.

Thank you
https://i.stack.imgur.com/p544u.png

CodePudding user response:

In this part, we’ll explain how to use some codes to customize the WooCommerce checkout page. So, towards the end, you’ll be able to:

Customize the WooCommerce checkout page with custom fields Create and save custom fields in the database Use shortcodes in mandatory field optional Fill in the details on the WooCommerce checkout page Customize the Checkout page with the fee option Use shortcodes in the WooCommerce checkout page Style the checkout page with custom CSS

CodePudding user response:

Please explain a little more. The selected element in the screenshot has a woocommerce-info class, add style="" to directly customize the background (e.g.) if that is what you want to do

  • Related