Friday, 10 February 2017

Hide submit button in ajax dropdown categories module

Hi, I purchased and installed the module Step-by-step so called ajax dropdown categories menu module, I wanted to ask for an information: you can remove the button '' OK '' research?

How to remove the submit button from ajax dropdown categories prestashop module?

Hello
currently module does not have feature to remove / hide the submit button but it can be done with css styles
if you will use this code in your global.css file the button will disappear:
.sbs_submit {
    display:none!important;
}

No comments:

Post a Comment