Jay™
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;
}
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;
}