How can i change the smillie color that is in the text box and works like button?
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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;
}