Configurable List Widget: How to delete add button?

  • yuliana.devita
    Asked on July 29, 2020 at 9:18 PM

    Hi..

    Iwant to delete the add button, how can i do that?

    thanks

  • Mike
    Replied on July 30, 2020 at 12:27 AM

    This is possible to specify the 'Maximal rows number', so this will automatically hide the add button.

    Configurable List Widget: How to delete add button? Image 1 Screenshot 30

    Alternatively, we can hide the add button with a custom CSS added to the widget:

    .add {
    display: none;
    }

    Configurable List Widget: How to delete add button? Image 2 Screenshot 41