• Resolved lagmaxby

    (@lagmaxby)


    Hello community,

    I have a issue with ma wpfc7 form. On desktop and tablet everything works great. But on a responsive screen, I have the issue, that two things didn′t work well:

    1. I customnized my submit button as following. But on responsive the button is complete white instead of the displaied background color:

    .wpcf7-form input[type=”submit”] {
    border-radius:35px;
    border-color: #0077ef;
    color:#FFFFFF;
    background-color:#0077ef;
    text-align:center;
    width: auto;
    }

    2. On a responsive screen I didn′t get any success message that the form was sent. On desktop everything works.

    What can I do with both issues? Thanks for help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • possibly something from your theme.

    use your browsers Dev tools to inspect those elements at different screen sizes and see where the overriding rules come from.

    Thread Starter lagmaxby

    (@lagmaxby)

    Thanks @robwent.

    Oh man… that was to easy to find it out… But with your tipo now I found the issue. It was the theme with dark and light mode.

    Thanks for helping!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error Issues on responsive (message and submit button)’ is closed to new replies.