dynamic style in checkoutpaymentinfo.aspx

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
hi

in the checkoutpaymentinfo.aspx page after choosing credit card as the payment method. it displays the credit card fields.

i am trying to modify the style of the input box. All the text box are assigned textbox as the style. Eventhough i set the cssclass to something it is forcing to "textbox" class.

I am modifying the correct template

templates/payment/manual/paymentmodule.ascx.

Even if i add cssclass="textbox_cvv" a new class and recompile it does not work.

It would be helpful to know how the css is assigned dynamically.

thanks
13 years ago
Hi, do it with stylizer it really helps.
http://www.skybound.ca/
13 years ago
no use it is just a coder
13 years ago
Ok Problem Solved

it is not dynamic style... It is just because almost all of text box uses textbox class using the skin file. I wonder how i missed it. Hmm.. never cared about skin file much.

I wanted the CVV field to be of 60px width with some image background.

Now i created a seperate skin for this particular textbox.

Viola

Hope this helps someone.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.