skip to Main Content

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

2

Answers


  1. 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

    Login or Signup to reply.
  2. 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

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search