Okay
  Public Ticket #3638142
Remove "view" cursor
Closed

Comments

  •  1
    Sam started the conversation

    I'm hoping to remove the "view" circle cursor entirely from my site. It tends to pop up variously and I'm hoping to disable it. see screenshot. thanks for your help!

    Attached files:  Screenshot 2024-04-29 at 10.46.41 PM.png

  •  1,875
    Judith replied

    Hi there,

    Thanks for writing to us.

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    .nectar-drag-indicator {
        display:none !important;
    }

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related.

     If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help. 

  •  1
    Sam replied

    thanks Judith! I'm afraid that didn't work unfortunately. 

    Appreciate your help.

    -Sam

  •  1,875
    Judith replied

    Hello Sam,

    Thanks for writing back.

    Please try this css instead :

    body .nectar-view-indicator span {
        display: none;
    }
    .nectar-view-indicator.style-see-through .color-circle {
        display: none;
    }

    I hope this proves helpful. Should you have any further questions or encounter any issues, please don't hesitate to reach out.

    Best regards,

  •  1
    Sam replied

    Hi! thank you. I actually found the setting that controls that little hover animation. I appreciate your help all the same!

  •  1,875
    Judith replied

    Hi Sam,

    You're welcome.

    I'm happy that we could assist you! If you haven't already, please consider sharing your experience by leaving a review on ThemeForest

    Your feedback is valuable to us and greatly appreciated!

    Should you have any further questions or encounter any issues, please don't hesitate to reach out.

    Best regards,