WordPress WooCommerce: Edit checkout page layout with CSS

Add this custom CSS (Customize/Custom CSS) in order to edit the checkout page from CSS.

.ct-cart-form {
    color: white;
    background-color: red;
    padding: 20px;
    border-radius: 5px;
}

This content has 2 years. Some of the information in this post may be out of date or no longer work. Please, read this page keeping its age in your mind.

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.