Skip to content
- Choosing a selection results in a full page refresh.
- Opens in a new window.
/* Hide invoice button and modal */
.pm-invoice-btn, .pm-invoice-modal {
display: none !important;
}
/* Style Add to Quote button */
button[data-product-id] {
text-transform: uppercase;
border: 1px solid #212721;
padding: 12px 24px;
background: transparent;
}