Notifications
Clear all

[Solved] Change Button Colour

2 Posts
2 Users
2 Likes
963 Views
Posts: 230
Customer
Topic starter
(@mariosgr)
Member
Joined: 5 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: 4168
 Tom
Admin
(@tomson)
Famed Member
Joined: 9 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