This topic has 4 replies, 2 voices, and was last updated 3 months ago ago by Tony Rodriguez
Good day, I want to change the color of these two buttons on ht button on the side-bar cart, how can this be done?
Hello, @maybendeler,
Thank you for contacting us and for using XStore.
1. To modify the button colors, please insert the following custom CSS code in the designated section: Navigate to XStore > Theme Options > Theme Custom CSS > Global CSS.
.etheme-elementor-off-canvas_content .woocommerce-form-row .button {
background-color: blue !important;
border-color: #090a09 !important;
color: #ffffff !important;
}
.mini-cart-buttons a {
color: #fff !important;
background-color: #63d913 !important;
border-color: #000000 !important;
}
.btn-checkout, .mini-cart-buttons .btn-checkout {
background-color: brown !important;
}
Should you require any further assistance, please do not hesitate to reach out. We are here to help you.
Best regards,
The 8Theme Team
Thanks, however both of the buttons are changing color i want to change them seperatly
Hello, @maybendeler,
Thank you for your response.
Should you desire to modify individual color settings, please adjust the color code in the custom CSS code according to your preferences, as previously provided by us.
We trust this information will be of assistance to you.
Best regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up