I'm creating an ecommerce site using a shopping cart called Mals. A buy button uses the following sample code. My issue is how do I style the form elements and buttons using Webflow? Assigning a class obviously does not work because you can't attach the class to the individual elements.
Is there any way I can style the elements within Webflow? Any ideas? Thanks in advance!
form action="http://secure.aitsafe.com/cf/add.cfm" method="post">
input type="hidden" name="userid" value="mals-9">
input type="hidden" name="product[]" value="Ultimate Omega">
input type="hidden" name="price" value="59.45">
select name="product[]">
option value="size">size
option value="color">color
option value="">
/select>
input type="image" src="www.test.com" height="ButtonMaker0.Panel4.viewstack2.Form37.FormItem58.HBox59.imgHeight" width="ButtonMaker0.Panel4.viewstack2.Form37.FormItem58.HBox59.imgWidth" Alt="Buy now!">
/form