2Eyeballs Posted November 21 Share Posted November 21 https://www.elizabethhayt.net/cybermonday23 password: SALE25 A few questions: 1. Can I change the color of the 'Sale' tags? It is currently black and I want it to be a soft red/pink. 2. How to change olor of the 'sale' typeface from white to dark grey? 3. Give 'SALE' word more padding inside the ribbon? 3. How to change the color of the sale price underneath the item photo to be red, so the customer can see the discount. I am using SQSP 7.0. I used this css code: #productList .product .product-mark, #productDetails .product-mark { background: #E77679 !important; padding: 15px; } but it's not working now. Any help much appreciated Link to comment
tuanphan Posted November 24 Share Posted November 24 #1. #2, #3. You can add this to Website > Page > Website Tools > Custom CSS .product-mark.sale { background-color: pink !important; padding-top: 15px !important; color: darkgrey !important; } #4. Use this CSS code .product-price { color: red !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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