Hey @flipback8,
Adding a visual indicator that the link opens in a new tab is generally a good practice. However, if you don’t want that indicator, you can hide it with CSS.
Add this CSS to your theme or the customizer will hide the icon at the end of links:
i.anww-external-link-icon {
display: none;
}
If you have a block theme on your site the styles can be added with the method here: https://wordpress.org/documentation/article/styles-overview/#applying-custom-css, if you use a traditional theme then you can add the CSS via customizer using the method mentioned here: https://wordpress.org/documentation/article/customizer/#how-to-start-the-customizer
Let me know if I can help you with anything else or if you have other feedback to share. We would love to ensure that the plugin offers what users need and works how they want it to.
Regards,
Will