How can i change the smillie color that is in the text box and works like button?
How can i change the smillie color that is in the text box and works like button?
Hi @mariosgr,
Use this CSS code. Don't forget delete all caches and refresh browser cache pressing Ctrl+F5 on forum front-end:
#wpforo-wrap a.wpf-smile-button{
color: #DD0000!important;
}
#wpforo-wrap a.wpf-smile-button:hover{
color: #BB0000!important;
}