JenL Posted October 31, 2015 Share Posted October 31, 2015 Hello, is it possible to change the colot of the voucher box at the checkout ? Right now quite a few of my costumers miss entering the voucher codes, it would be easier for them if they would immediately see the box for entering the vouchers due to another color. See image. I am using Prestashop 1.6.0.14. Regards, Jennifer Link to comment Share on other sites More sharing options...
Paulito Posted October 31, 2015 Share Posted October 31, 2015 Hello Not an ideal solution but you could try adding this to global.css .cart_voucher fieldset {background: #ffe500;} Result http://screencast.com/t/EO2eYVxttsw Or you could try this: .cart_voucher fieldset #discount_name {background: ffe500;} Result http://screencast.com/t/Ss6k5opHJIME Paul Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now