Claudius's avatar
6 years ago
Status:
Resolved

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

  • 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.

  • MattYap's avatar
    MattYap
    Khoros Alumni (Retired)
    5 years ago
    Status changed:
    Resolved
    to
    Investigating
  • AndyK's avatar
    AndyK
    Khoros Alumni (Retired)
    4 years ago
    Status changed:
    Investigating
    to
    Resolved

    This has now been fixed, thank you