Green button on click

Hi for some reason im getting this green button that I want to change the
color to when I click on it and let go. I am having trouble finding the css class
associated with it. Site Link

Screen Shot 2020-08-18 at 9.17.55 AM

That’s the :focus state and you can change the background-colour in this rule.

.pt-cv-wrapper .pt-cv-content .btn-success:focus {}

Make sure its something obvious otherwise people won’t be able to tab to it with the keyboard.

3 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.