Home › Forums › Basel support forum › Add YITH add to quote › Reply To: Add YITH add to quote
February 19, 2018 at 4:17 pm
#41003
Bogdan Donovan
Keymaster
You will need to find this part of code in your Custom CSS which we give you before
body .product-grid-item .yith-ywraq-add-to-quote .button:before {
display: inline-block;
position: absolute;
line-height: 18px;
font-size: 16px;
font-family: simple-line-icons;
content: "\e04e";
left: 0;
top: -1px;
}
and replace this string content: "\e04e";
to this content: "\e095";
Regards