• Resolved mashedupmatt

    (@mashedupmatt)


    Hi

    Under the “book your free consultation” i have a contact form. On laptop the rendering is fine but on mobile it changes the colour so its invisible. No matter what ive tried with CSS i cant get it to appear, please see below current CSS.

    .wpcf7-submit {
    background-color: #1d9cab!important;
    color: #fff!important;
    border-radius: 30px!important;
    }
    .wpcf7-submit {
    background-color: #1d9cab!important;
    color: #fff!important;
    -webkit-border-radius: 30px!important;
    }
    @media (max-width: 1024px) {
    .wpcf7-submit {
    background-color: #1d9cab!important;
    color: #fff!important;
    -webkit-border-radius: 30px!important;
    }}`

    The page I need help with: [log in to see the link]

  • The topic ‘submit button invisible on mobile’ is closed to new replies.