Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1337170
    WWF
    Participant

    I use both the contact form 7 and ninja forms and would love to have straight corners instead of the rounded ones. Where can i change that?

    #1337195
    Rahul
    Moderator

    Hi There,

    Greetings! Thank you for contacting us 🙂

    Please use the following Custom CSS code, You can add this under Custom > CSS in the Customizer.

    .wpcf7 .wpcf7-response-output {
        border-radius: 0 !important;
        border: none;
    }

    Let me know if this helps.

    Cheers!

    #1337305
    WWF
    Participant

    That didn’t change it, sorry.

    #1337504
    Jade
    Moderator

    Hi there,

    Please try this:

    input[type="text"],
    input[type="email"],
    textarea {
        border-radius: 0 !important;
    }

    In case this doesn’t work, please provide the link to your site.

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1337170 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>