Notifications
Clear all

Limited Support

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.

 

[Solved] Change Button Colour

2 Posts
2 Users
2 Reactions
1,484 Views
Posts: 230
Customer
Topic starter
(@mariosgr)
Member
Joined: 7 years ago

How can i change the smillie color that is in the text box and works like button?

http://prntscr.com/p2dwcm

 

1 Reply
Posts: 4233
 Tom
Admin
(@tomson)
Famed Member
Joined: 10 years ago

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;
}
Share:
Scroll to top