Okay
  Public Ticket #3150344
About Modal Cursor Effect
Closed

Comments

  •  4
    PayPerClick started the conversation

    Is it possible to change the modal page on the Architect About page like...

    1. Remove mouse follow cursor effect.

    2. Replace with normal 'X' in top right corner to close.

    Please see attached images.

    Thank you.

  •  1,877
    Judith replied

    Hello There,

    Thanks for keeping in touch.

    Please try this css:

    .nectar-close-indicator .inner.visible, .nectar-close-indicator.visible {
        transform: none !important;
    }
    .nectar-close-indicator {
        left: 93vw;
        top: 66px;
    }

    Thanks.


  •  4
    PayPerClick replied

    Excellent, thank you Judith.