Store using an older Bootstrap framework is having issues with the drop down select for the expiration month select on the OPAY screen. The behavior has been reproduced on a PC using Windows 7 Professional using Chrome (Version 58.0.3029.110 {64 bit})
Here are a couple things I've discovered. In the CSS there is this style:
This hides the slash that should be separating the month from the year. When you unhide the slash (I changed the color), the slash displays after the expiration year select. No wonder someone hid it...
I'm wondering if I remove the negative margin if that might help with the select issue. Can I put a z-index on the select to help?
The site in question is http://www.caratcoin.com
Suggestions are welcome.
Here are a couple things I've discovered. In the CSS there is this style:
Code:
#opay_form #js-cc_exp { color: transparent; }
I'm wondering if I remove the negative margin if that might help with the select issue. Can I put a z-index on the select to help?
The site in question is http://www.caratcoin.com
Suggestions are welcome.
Comment