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.

 

Style [Solved] Background color of the like button

3 Posts
2 Users
1 Reactions
884 Views
Posts: 3
Topic starter
(@shinkai)
Active Member
Joined: 2 years ago

Hello, guys, 

First and foremost, I'd like to show appreciative I am towards all of you for creating such an amazing forum for wordpress; especially its detailed and colourful layout.

Now, regarding my inquiry, is there a chance to change the color of the like button's background to blend in with the forum background's color?

Thank you.

2 Replies
Tutrix
Posts: 1522
(@tutrix)
Noble Member
Joined: 5 years ago

Hi @shinkai

You use the Simplified Layout?
then you can use this CSS

#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content .wpforo-reaction {
background: #F3F5F4;
}
1 Reply
(@shinkai)
Joined: 2 years ago

Active Member
Posts: 3

Thank you, @tutrix.