Remove empty text boxes
- cateringonlineAsked on April 22, 2013 at 04:18 AM
I removed some sub-lables from the address field & ended up with boxes & a country drop-down list that I don't need. How do I remove them?
I removed City, State & Country.
Thank you.
wengyang
- sidharth_kchAnswered on April 22, 2013 at 04:36 AM
@cateringonline
Please inject the following CSS to remove textboxes and country dropdown:
#input_72_state,#sublabel_state {display:none !important;}
#input_72_city,#sublabel_city {display:none !important;}
#input_72_country,#sublabel_country {display:none !important;}
Let us know if you need further assistance.
Thanks,
Sidharth