Hello @Chandru,
Thank you for your response
1/ To change the border color of “add to cart” button in quick view Please add next custom css code in XStore >> Theme Options >> Theme Custom CSS >> Global CSS and publish it.
body .et-quick-view-wrapper .single_add_to_cart_button.button {
border: 1px solid #44f20f !important;
}
2/ To change the styling of the “Buy Now” button in quick view, Please modify the CSS code in XStore > Theme options > Theme Custom CSS > Global CSS as shown in below attached screenshots.
.product-content .et-single-buy-now.single_add_to_cart_button.button{
border: 1px solid #000000 !important;
Background-color: red !important;
}
For your reference, Please see the following images: https://ibb.co/2gd5YXz & https://ibb.co/vqMtK83
We would like to inform you that you have the flexibility to modify the CSS code according to your specific requirements.
We hope you find this information helpful. Should you require any further assistance, please do not hesitate to reach out. We are here to help.
Best Regards,
The 8Theme Team