Hello
Using version 2.4.11
On my forums, the emoji icons are very small, see attached. I notice on here they are bigger and more colourful. Is there a way to tweak the size of them as some of my members are saying they struggle to see the correct ones.
Thank you.
Hi,
You can use the CSS code below:Â
#wpf-emoji-wrap.wpf-emoji-wrap > span.wpf-emoji > img {
font-size: 30px;
}
Insert the CSS Code in the "Custom CSS Code" textarea in the wpForo > Settings > Colors & Styles admin page.Â
The red-marked value should be changed as you like.Â
Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.
Thank you very much for the help. I've added the code, deleted all caches and done the F5 thing. It hasn't changed anything (I did try different font sizes). But I think its to do with my host and will follow up. Thank you again.