Okay
  Public Ticket #2467976
Social icons in second header bar aren't clickable
Closed

Comments

  • Coproductionsro started the conversation

    I don't know why, but social icons in second header bar aren't clickable, even if I delete all added CSS.

  •  2,979
    Andrew replied

    Hi there,

    Try the following custom css:

    body[data-bg-header="true"] #header-outer[data-permanent-transparent="1"].transparent {
        pointer-events: all !important;
    }
    

    Thanks.

  • Coproductionsro replied

    Thanks, it works.