JocelynMPC Posted November 10, 2022 Share Posted November 10, 2022 My add to cart button in the quick view looks terrible. I cannot figure this out. Have tried a number of codes and tried to change by site style... nothing. Thanks! Link to comment
JocelynMPC Posted November 10, 2022 Author Share Posted November 10, 2022 I currently have this code in my CSS but I don't think it's related. /* Quickview BUTTON style */ .sqs-product-quick-view-button-wrapper .sqs-product-quick-view-button { font-family: 'Futura PT' !important; opacity: 1; font-size: 0.8rem; padding: 15px; letter-spacing: 1px; text-transform: uppercase; font-weight: 400; //change weight } /* Quickview lightbox TEXT styles*/ .sqs-product-quick-view-lightbox.sqs-modal-lightbox { font-family: 'Futura PT' !important; font-size: 0.8rem; } Link to comment
JocelynMPC Posted November 10, 2022 Author Share Posted November 10, 2022 I fixed this problem with the following code: /* Quickview BUTTON style */ .sqs-product-quick-view-button-wrapper .sqs-product-quick-view-button { font-family: 'Futura PT' !important; opacity: 1; font-size: 0.8rem; padding: 15px; letter-spacing: 1px; text-transform: uppercase; font-weight: 400; //change weight } /* Quickview lightbox TEXT styles*/ .sqs-product-quick-view-lightbox.sqs-modal-lightbox { font-family: 'Futura PT' !important; font-size: 0.8rem; } tuanphan 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment