Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #630603

    Hey,

    Just have a small issue with the contact form on my site. I’m styling it so that it is the same as other buttons on the site. Everything but the border-color is fine. It doesn’t seem to change when I use the following css for hover:

    input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #FFFFFF;
    border-color: #4CA31A;
    color: #4CA31A;
    font-size: 21px;
    width: 100%;
    border-radius: 4px;
    padding: 15px 22px;
    }

    Any idea where I’m going wrong?

    #630604

    Link to problem: https://speechangel.com/medical-professionals/

    (hover over send button)

    #631143

    Hi,

    You haven’t specified a border, only a colour. Try adding this:

    border: 2px solid #4CA31A;
    

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.