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
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
Thanks
Hi!
Add this to your child theme style.css:
#wc-moneris-account-number{
height: 40px !important;
padding: 0 !important;
border: 0 !important;
}
Regards,
Josue
Hi Josue
Thank you so much that worked!
Lyse