I am trying to style the button colour with below code, the colours work until I click the button, the button shows the default colours, how do I specify the colours of the butt
You have to use the !important declaration to do that correcly.
!important
.btn-success:hover, .btn-success:active, .btn-success:focus { color: #ffffff !important; background-color: #1F2838 !important; border-color: #494F57 !important; }