The "ADD TO CART" and "save design" buttons are currently displaying as shown in the image below.
I would like to make the "SAVE DESIGN" button look similar to the "ADD TO CART" button,
meaning I want to remove the background-color and dot symbol.
Code for add to cart:
.product-view .add-to-cart-buttons .button {
float: left;
font-size: 14px;
font-weight: normal !important;
line-height: 35px;
min-height: 35px;
min-width: 120px;
padding: 0 !important;
white-space: normal;
width: 100%;
}
Code for "save design":
#aitcg-control-panel {
position: absolute;
right: 200px;
bottom: 107px;
z-index: 1;
padding: 5px !important;
background:#ff7704;
}
https://i.sstatic.net/thZe8.png
When I applied the same CSS used for the "ADD TO CART" button to the "SAVE DESIGN" button, it did not work as expected.
Demo Link: Please visit link, you can see the "ADD TO CART & SAVE DESIGN" section in the middle of the page.