Checkout Text colour for – Deliver to a different address?
Is it possible to change the colour of “Deliver to a different address?” text to red #9C1030. Without changing the theme settings for the normal headings. Please see image link below.
We’ve got this CSS from previous ticket.
/*Basket & Checkout */
.woocommerce-order-received h1.entry-title,
.woocommerce-order-received h2.woocommerce-order-details__title,
.woocommerce-cart h1.entry-title,
.woocommerce-cart h2,
.woocommerce-checkout h1.entry-title,
.woocommerce-checkout h3:not(#ship-to-different-address) {
color: #9C1030;
}
Many Thanks
Scott