dennisdoc/angular2-credit-card-draw

How to remove VISA logo

Opened this issue · 2 comments

Is there any quick way to remove VISA logo?

sorry for the delay for responding been pretty busy, a quick work around is setting in

css
.credit-card-box[_ngcontent-tnh-9] .logo[_ngcontent-tnh-9]{ display:none; }

but i see the problem, the near future I will make a flag selection ex: visa,mastercard.

card type autodetection based on number would be a nice feature