@mention
圖示在@mention
下拉式選單中,變更Livefyre使用者所顯示的圖示。
將@mention
下拉式選單中使用的Livefyre圖示變更為您選擇的圖示,讓您使用自己的圖示來指示社群成員。
若要變更此圖示,請新增下列CSS至您的樣式表。 將您的資源url取代為已選取取代預設Livefyre標章之影像的URL。
.fyre-editor-container .fyre-editor-toolbar > .fyre-mention-menu .fyre-mention-item .fyre-mention-item-livefyre {
background: url(<your resource url>) no-repeat center;
background-position: 0px 0px;
background-size: 22px 22px;
}