Comments 1helenthegreengables started the conversationOctober 23, 2019 at 8:51amHi I can't work out how/where I go to change the button colours in Checkout? The buttons are black. ThanksHelen [deleted] repliedOctober 24, 2019 at 7:30amHi Helen, Can you please add the code below to your Custom CSS area: .button { background-color: red; } .button:hover { background-color: green; } Then change those colors to your preference colors.Have a nice day! 1helenthegreengables repliedOctober 24, 2019 at 12:54pmThank you for that, I just test that out using the colours you gave but I couldn't see where the green is applied? Also the 'Proceed to Checkout' button and the cart icon showing number of items in basket is black still.Can you help?Thanks 1helenthegreengables repliedOctober 24, 2019 at 1:05pmSorry I see the green now but if you could tell me how to change the other button colours that would be great[deleted] repliedOctober 25, 2019 at 8:00amHi Helen, Nice to hear that As for your last question: Can you please add the code below to your Custom CSS area: .btn-primary, .checkout-button { background-color: red !important; } .btn-primary:hover, .checkout-button:hover { background-color: green !important; } .menu-cart-icon-container.menu-skin-dark .cart-icon-link .items-count { background-color: green; } Have a nice day! 1helenthegreengables repliedOctober 25, 2019 at 12:48pmHi Thank you for this- the basket number icon is still black though? I've attached a picture. ThanksHelen [deleted] repliedNovember 1, 2019 at 10:09amHi Helen, That black dot takes the link-color of your skin but If you want to change just that dot only, then please add the code below to your Custom CSS area: .menu-cart-icon-container.menu-skin-dark .cart-icon-link .items-count { background-color: #ff4f40 !important; } Have a nice day!1 Like Sign in to reply ...
Hi
I can't work out how/where I go to change the button colours in Checkout? The buttons are black.
Thanks
Helen
Hi Helen,
Can you please add the code below to your Custom CSS area:
Then change those colors to your preference colors.
Have a nice day!
Thank you for that, I just test that out using the colours you gave but I couldn't see where the green is applied?
Also the 'Proceed to Checkout' button and the cart icon showing number of items in basket is black still.
Can you help?
Thanks
Sorry I see the green now but if you could tell me how to change the other button colours that would be great
Hi Helen,
Nice to hear that
As for your last question:
Can you please add the code below to your Custom CSS area:
Have a nice day!
Hi
Thank you for this- the basket number icon is still black though? I've attached a picture.
Thanks
Helen
Hi Helen,
That black dot takes the link-color of your skin but If you want to change just that dot only, then please add the code below to your Custom CSS area:
Have a nice day!