Viewing 1 replies (of 1 total)
  • There is currently no way to hide this input within the settings. I have added this to my feature request list. In the meantime, you can either hack the plugin and change it to a hidden input or target it with CSS.

    .lidd_mc_input:nth-of-type( 3 ) {
        display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to hide interest rate?’ is closed to new replies.