ResolvedButton colour changes on focus

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #27502
    Darko
    Participant

    I have updated the font colours of the buttons to white but now when I click on a button it changes its font colour to black and it stays with that colour until the focus is on it. I have tried to resolve the issue with CSS :focus and !important but it doesn’t work. I have done some debugging and when I set in the CSS another background colour on :focus it is changed properly but the font colour is still changed to black. I guess there is some JS part related to this class vc_btn3 where the font colour it changed on click of a button but I couldn’t find anything in the code.

    #27517
    Althemist
    Keymaster

    Hello Darko,

    Not really sure what do you mean exactly. Could you please provide a link where we can check the on focus behavior with your modified CSS?

    Regards,
    Dimitar

    #28415
    Darko
    Participant

    Hi,

    Please check the link for more context to the issue

    Also the link to the website is https://toddiz.com

    #28425
    Althemist
    Keymaster

    You’d need to style both the :focus and :active states. In your specific case it’d be something like this:

    .vc_btn3.vc_btn3-size-lg:active, .vc_btn3.vc_btn3-size-lg:focus {
    color: #your-color!important;
    }

    #28436
    Darko
    Participant
    This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for any item belonging to this account
AlThemist

AlThemist

sales 17936, followers 752
Login and Registration Log in · Register