With any of the widget options can you hide the "number of availability"

  • messiahmoravianpreschool
    Asked on February 28, 2022 at 11:03 AM
    With any of the widget options can you hide the "number of availability"
  • Irish_M
    Replied on February 28, 2022 at 12:20 PM

    Hello Again,

    You can hide the availabilities labels by Injecting the CSS code below in the Widget.

    .items-left {

      display: none;

    }

    How to Inject CSS Codes to Widgets

    Let us know if you need further assistance.