Like this post, I purchased the Woo Product Bundles plugin and it works great with Atelier except for some styling issues.
I tried using this code from the previous post to fix a problem with the add to cart button but it hasn’t worked for me:
.bundled_product_title, .bundle_error,.attribute-options label,.single_variation_wrap.bundled_item_wrap{
display:none !important;
}
.bundle_add_to_cart_button{
margin: 0px !important;
border: 1px solid rgb(0, 0, 0) !important;
height: 60px !important;
width: 200px !important;
text-transform: uppercase !important;
font-weight: bold !important;
}
table.variations{
width:500px !important;
margin-left:-15px !important;
}
.bundle_add_to_cart_button:before{
content: "\e601";
display: block !important;
font-family: "si-shop-two" !important;
font-size: 24px !important;
}
I think it’s because I’m using a different button style. What do I need to change?
Thanks 🙂