Hi,
thank you.
Hover is not a problem, I have explained it wrong way, sorry.
The issue is Active Link Styling.
I have tried:
.pt-cv-readmore:active {
color: #757575 !important;
background-color: #ffffff !important;
border-color: #ffffff !important;
box-shadow: none !important;
}
It works but only when cursor stays at the link. When I move mouse out of the link the button styling goes back to white text/green background.
Final best state should be the link (button) styling should stay as hover styling.
Kind regards
Lukas