Значок помогает помечать исходящие ссылки, которые не принадлежат нашему домену.
Вставьте следующий код в custom.css:
.ipsType_richText a:not(:has(img))[rel*="external"]:after {
content: "\f08e";
font-family: FontAwesome;
font-size:10px;
margin-left: 4px;
display: inline-block;
}
Если хотите чтобы значок отображался перед ссылкой замените:
after
на
before
Recommended Comments
There are no comments to display.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.