Hi @chimli,
Problem solved. See below. First CSS controls the looks of the button, the second CSS changes the button color on hover. Feel free to test the CSSs provided to suit your needs.
Let’s hope the developer will add another feature to his plugin to add a button color on hover option.
Cheers!
____________________
#wpfront-notification-bar a.wpfront-button {
font-weight:600!important;
margin-left:12px!important;
padding: 8px 12px 8px 12px!important;
font-size:15px!important;
border-radius:4px!important;
border:none!important;
}
#wpfront-notification-bar a.wpfront-button:hover {
background:#278ec585!important;
border:none!important;
}