Okay
  Public Ticket #3082198
Remove mouse indicator
Closed

Comments

  •  6
    Ali started the conversation

    When using Split Line Heading, I have the Link Mouse Indicator switched off in the settings, but there still seems to be a (slightly different) mouse indicator appearing on the text. How do I remove it and make it a standard text link?

  •   Ali replied privately
  •  997
    ThemeNectar replied

    Hey Ali,

    Can you verify that there's nothing entered in the "Link URL" field for the split line heading instances on that page?

    7610232456.png

    Kind regards,

  •  6
    Ali replied

    I have a # in there currently as I would add a link to the text. I just don't want the link styling to be the circular mouse indicator (switched off in settings - see attachment).

    Attached files:  Screenshot 2022-07-11 at 16.29.51.png

  •  997
    ThemeNectar replied

    Hey Ali, I can confirm that's an issue that shouldn't be occurring. The next release will correct it to only show the indicator when it's enabled with a link. For now, you can add the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:

    .home .nectar-view-indicator {
      display: none;
    }
    

    Kind regards,

  •  6
    Ali replied

    Thank you