Serenedigitalstudio Posted September 12, 2022 Share Posted September 12, 2022 Site URL: https://bramasoleatserenedigital.squarespace.com/ Hi! I am currently trying to customize the "quantity block" on my site store and tried using this code: /* product block quantity */ .product-block .productDetails .product-quantity-input input { border-radius: 10px; background: red; } but it is not working. Can anyone help? Link to comment
Serenedigitalstudio Posted September 12, 2022 Author Share Posted September 12, 2022 I also am trying to add a border and round my product images but it is only applying to two sides? Link to comment
tuanphan Posted September 17, 2022 Share Posted September 17, 2022 #1. Use this CSS code .product-quantity-input input[type="number"] { background-color: red; border-radius: 30px; } #2. Can you take a screenshot of your problem? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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