Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #992436
    Exord B.V.
    Participant

    How can I change all form borders?

    I already change the borders from cf7: http://tgh.ritouch.nl/contact

    But I would like to change it for all WooCommerce fields too. πŸ™‚

    #992469
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .woocommerce .cart .actions .coupon input[type="text"],
    .woocommerce .quantity input[type="number"],
    .woocommerce .input-text {
        border: 0 !important;
        outline: 0 !important;
        background: transparent !important;
        border-bottom: 1px solid black !important;
    }

    Hope it helps πŸ™‚

    #992488
    Exord B.V.
    Participant

    Yay! It worked πŸ˜€

    Thank you so much for the great support and quick response!

    #992732
    Rue Nel
    Moderator

    You’re welcome!
    Thanks for letting us know that it has worked for you.

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