i've searched through the forum and can't seem to find an answer to this.
Sorry if it's been asked earlier.
I'm trying to simply apply a custom CSS class to the <input type=text> fields in the invoice checkout page.
I've looked through all the templates / text options / Act_Order01.html / Act_ShoppingCartXML.html and actinic.pm file.
I can't seem to find where it's generated.
I simply what to add " class="custom_form_style" " to it.
I don't want to apply the style to the "input" tag, since it involves a border and i do not wish my checkboxes / radio buttons to take a border.
Anyone got any clues to point me in the right direction?
Cheers
Sorry if it's been asked earlier.
I'm trying to simply apply a custom CSS class to the <input type=text> fields in the invoice checkout page.
I've looked through all the templates / text options / Act_Order01.html / Act_ShoppingCartXML.html and actinic.pm file.
I can't seem to find where it's generated.
I simply what to add " class="custom_form_style" " to it.
I don't want to apply the style to the "input" tag, since it involves a border and i do not wish my checkboxes / radio buttons to take a border.
Anyone got any clues to point me in the right direction?
Cheers
Comment