Hi there,
I can’t find the thread that solved the similar situation to mine.
I have been trying to change the button hover color but failed to do so.
I am using WPBakery Builder. They have different default colour but I could change the button colour from grey to the desire one. But I can’t change the hover colour. I have changed in the web developer tool from the browser which was fine and copied the rule to paste in Custom CSS of the WPBakery but it failed to change. I also tried with !important but it didn’t work.
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
color: #ffffff !important;
border-color: #d80f0f !important;
background-color: #d80f0f !important;
}
Thanks