Skip Navigation

[Resolved] strange sign next to the link

This support ticket is created 7 years, 6 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 4 replies, has 2 voices.

Last updated by jensA 7 years, 6 months ago.

Assisted by: Shane.

Author
Posts
#450147
Link.jpg

When I make a link which opens the page in a new tab comes a strange sign next to the link. Please see the attached jpg file. Can I avoid the character comes next to the link.

I am using toolset starter theme with all plugin and i am using the newest plugin versions and theme version

The link code from the jpg file:
<a href="hidden link" target="_blank">Visit W3Schools!</a>.

#450219

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Jens,

Thank you for contacting our support forum.

This is an icon that indicates that the link will open in a new tab. Would you mind providing me with a link to this page so that I can have a look ?

I should be able to provide a css workaround for this.

Thanks,
Shane

#450253

Yes my site is:
hidden link

#450300

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Jens,

Try using this css.

a[target="_blank"]:not(.notarget):after{
content: none !important;
}

Please let me know if this helps.

Thanks,
Shane

#450434

Yes it's working. thank you very most

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.