Hide Arrow Buttons in configurable list widget

  • adecor
    Asked on September 29, 2016 at 7:06 PM

    I'm trying to figure out how to hide the arrow buttons on a configurable list, here's the form...http://cloud.adecor.com/Fbyr/3nx6MJl0

    Here's the code I'm trying to use but it doesn't seem to work...

     

    .stepper-btn-wrap {

        display: none;

    }

  • jonathan
    Replied on September 30, 2016 at 2:52 AM

    Please try this CSS code instead.

    .stepper-btn-wrap{

    visibility:hidden;

    }

    Hide Arrow Buttons in configurable list widget Image 1 Screenshot 20

    Let us know how it goes.

    Thanks.