Archived topic
change the color of checkout page
1 reply · Started by xinghui on October 7, 2022
Viewing posts 1–2 of 2
I want to change the color of the customer details on the checkout page how to change
Hi there,
try this CSS:
#customer_details {
padding: 5px;
background-color: #eee;
color: #f00;
}
This archived topic is closed to new replies.