Home › Forums › WoodMart support forum › Add To Quote Icon from Yith does not show. › Reply To: Add To Quote Icon from Yith does not show.
March 2, 2018 at 8:22 am
#43334
Bogdan Donovan
Keymaster
Hello,
Thank you so much purchasing our theme and contacting our support center.
Try to add the following code snippet to the Custom CSS area in Theme Settings to apply styles for the add to quote button on product hover.
.products .product-grid-item .woodmart-add-btn .add-request-quote-button {
display: block;
width: auto;
height: auto;
font-size: 12px;
line-height: 16px;
font-weight: 600;
padding: 10px 14px;
letter-spacing: .3px;
}
.products .product-grid-item .woodmart-add-btn .add-request-quote-button:after {
display: none;
}
Kind Regards
XTemos Studio