Hey,
I am looking to make a css change to the MivaPay cvv section of the iFrame. I see that OPAY has a MivaPay CSS group section in which to make some modifications. I see that there are entries for things like the #mvp_firstname_container, #mvp_lastname_container, #mvp_cardnumber_container, #mvp_exp_date_container, #mvp_country_container; however, there are no entries for mvp_cvv_container.
It seems odd that this is missing; but, is it possible to add that selector myself? I know it’s in JSON format, so if I put something like:
{
"selector": "#mvp_cvv_container",
"properties": {
"width": "50%"
}
},
Would it mess up something on the server side that pushes this iFrame?
I am looking to make a css change to the MivaPay cvv section of the iFrame. I see that OPAY has a MivaPay CSS group section in which to make some modifications. I see that there are entries for things like the #mvp_firstname_container, #mvp_lastname_container, #mvp_cardnumber_container, #mvp_exp_date_container, #mvp_country_container; however, there are no entries for mvp_cvv_container.
It seems odd that this is missing; but, is it possible to add that selector myself? I know it’s in JSON format, so if I put something like:
{
"selector": "#mvp_cvv_container",
"properties": {
"width": "50%"
}
},
Would it mess up something on the server side that pushes this iFrame?
Comment