CSS Help with Inventory

  • Kaltucker
    Asked on February 1, 2018 at 11:10 PM

    I am looking to remove the border and drop shadow around an Inventory widget item.  I can't seem to find the proper CSS tags.

  • bulent
    Replied on February 2, 2018 at 1:37 AM

    Hi,

    Please add this CSS code to all Inventory widgets.

    .checklist {

      border: none;

      box-shadow: none;

    }


    Please check screenshot for adding customs css to an Inventory widget. 

    1517553313Screen Shot 2018 02 02 at 09 Screenshot 10 

     Let us know if you have any further questions.

  • Kaltucker
    Replied on February 2, 2018 at 9:44 AM

    Thank you!