Can I hide the following textbox using only CSS without using javascript?
<input id="customer_custom1" name="customer[custom1]" type="text" value="1" />
css:
#customer_custom1 {
display: none;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With