Remove/ hide the reset to default button
Hi i would like to remove /hide the Reset to default button to prevent customer pressing it, is there a setting for this?
I have tried to do via custom css but it doesn't seem to be working i have targeted class .mfn-popup-reset
and set display to none, It works fine in the browser dev tools but not when i add it to custom css section
this is the custom css i added
.mfn-popup-reset {
display: none !important;
)
thanks
Comments
Custom CSS section, does not work for the admin panel. All css's for admin panel should be pasted under muffin-options/css/options.css
Thanks!