CSS

Place your custom CSS coded into the following location:

  • Appearance > Settings > Your Theme > Advance Options > Insert code into "Inline CSS" area

Outside Link Icon Remover


a[href*="//"]:not(:has([data-entity-embed-display=media_image])):after {
    display: none;
}

Applying this CSS will remove the outside link icon that appears after a link.