Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1302806
    WWF
    Participant

    Thank you for the best theme ever. I can’t get my head around why there is rounded corners on all my forms on my page. is there a way to avoid this?

    #1302843
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .wpcf7 select, .wpcf7 textarea, .wpcf7 input[type="text"], .wpcf7 input[type="password"], .wpcf7 input[type="datetime"], .wpcf7 input[type="datetime-local"], .wpcf7 input[type="date"], .wpcf7 input[type="month"], .wpcf7 input[type="time"], .wpcf7 input[type="week"], .wpcf7 input[type="number"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="search"], .wpcf7 input[type="tel"], .wpcf7 input[type="color"] {
        border-radius: 0 !important;
    }

    Thanks.

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