Archived topic
Buttons keep their hover color after being clicked
1 reply · Started by Mario on March 12, 2022
Hi,
GB Buttons and general links are turning to their hover colors after being clicked. They remain that way permanently unless i refresh the page.
I went through quite a few threads on this issue but i didnt find a clear answer.
I am using GP pro and GB free for the buttons...
Thanks,
Mario
Mario,
The color should change back to the regular color if you click anywhere on the site.
If you want to change the color, try this:
.gb-button-wrapper .gb-button:focus, .gb-button-wrapper .gb-button:active {
background-color: red !important;
}
Replace redwith your regular color code.
Let me know if this helps :)