XF 2.0 editor_contents.css template

Jake70

Well-known member
Hello

Looking to add some smiles to my site, looks like the install is asking me to put this code into the template editor_contents.css template - however i dont see this one, im thinking this template is for older version, is there a template in 2X that replaced this?

the code to add

. Open editor_contents.css template and add:

Code:
img[src$='.emoji.svg'] {
width: 28px;
height: auto;
}
 
Probably i don't understand well what you exactly want but in XF2 you can add emoji easily in ACP > Content > Emoji > Add an emoji
 
Back
Top Bottom