Changing color of Add bundle to cart button - Product page bundle
Go to Easy bundle Settings > Product page Additional configurations > Custom CSS for product page builder
.gbbMixProductPageWidgetContainer .gbbMixBundleAddToCartBtnWrapper .gbbMixAddtoCartBtn {
background-color: red !important;
color: blue !important;
}
Replace the Red and Blue with color name OR hex code as per needed
Here background color indicates - button background color AND color indicated the text
Updated on: 01/12/2024
Thank you!