cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Wrong font for content mentions

Wrong font for content mentions

The styling for the font used for content mentions is overwriting the default font of the community with FontAwesome (the font that is necessary for the interaction style icon in front only). See this content mention as an example: Content Mentions - No email notification?  

This is actually a platform bug so would be great to get it fixed on the base responsive skin.

4 Comments
Boss

In case someone needs this, here's the style override to fix those mentions:

.lia-mention-container-editor-message {
  	font: inherit;
  	&.lia-fa-tkb:before,
	&.lia-fa-group:before {
    	font: normal normal normal 16px/1 FontAwesome;
    }
}

Would be great if Khoros can fix it in the out of the box skin.

Khoros Alumni (Retired)
Status changed to: Resolved
 
Khoros Alumni (Retired)
Status changed to: Investigating
 
Khoros Alumni (Retired)
Status changed to: Resolved

This has now been fixed, thank you