Home Forums WoodMart support forum How to change the color above footer? Reply To: How to change the color above footer?

#538031

Hung Pham
Keymaster

Hi peckmorrisom,

1. Are you referring to products list in Shop page? Please provide URL of the mentioned page, so I can take a closer look.

2. Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

.woocommerce-form-coupon-toggle .wc-block-components-notice-banner.is-info {
    background-color: #000;
}

3. Please navigate to the Dashboard > WooCommerce > Settings > Shipping > Shipping Options section. On that page you’ll find the Shipping destination setting, which allows you to control which checkout fields should be used.

Use the Force shipping to the customer billing address option to remove the shipping fields completely and use the billing fields for both billing and shipping. Plus points for WooCommerce on this, they automatically change the heading to show ‘Billing & Shipping’ on the checkout.

Regards,