Okay
  Public Ticket #3581893
Deactivate the hover window
Closed

Comments

  •  2
    Abril Castro started the conversation

    Hello, I need to deactivate the window that appears on every event, is distracting for the user and it doesn't provide any real use for what we need.

    How can I deactivate it?


  •  1,004
    Zhivko replied

    Hi,

    Insert the following css in your custom styles:

    .stec-event-tooltip {
        display: none !important;
    }



    Stachethemes Developer

  •  2
    Abril Castro replied

    Thank you, it works fine!