Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #325955

    Hi
    I use the Moneris gateway in WooCommerce. On the checkout page, the credit card number input field has a border which seems to cause display issues while entering the credit card #. Here’s a link to an image that shows this border. How do I get rid of this border and have the input box clearly display the number when typed.

    Thanks,
    Lyse

    #326109

    Hi tremblayly!

    Thank you for using Enfold.

    The website is not loading. I’ll ask the rest of the support team to take a look.

    Cheers!
    Ismael

    #326141

    Thanks

    #326259

    Hi!

    Add this to your child theme style.css:

    #wc-moneris-account-number{
        height: 40px !important;
        padding: 0 !important;
        border: 0 !important;
    }

    Regards,
    Josue

    #326443

    Hi Josue
    Thank you so much that worked!
    Lyse

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Credit card number input field’ is closed to new replies.