Okay
  Public Ticket #2888194
Loading count of events
Closed

Comments

  •  5
    zdenekklika started the conversation

    Hello,

    is it possible to turn off the display of the number of loaded events?

    Via attached image.

    It would be fine to replace it only with a rotating progress wheel without number of loaded events. :-)

    Thanks


  •  795
    Zhivko replied

    Hi,

    It's possible via css.

    .stec-init-preloader-txt,
    .stec-init-preloader-count {
        display: none !important;
    }

    Stachethemes Developer

  •  5
    zdenekklika replied

    Thanks a lot Zhivko.