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.

 

wpForo 1.x.x [Closed] Button like

3 Posts
2 Users
0 Reactions
1,852 Views
Posts: 50
Topic starter
(@dimbays)
Trusted Member
Joined: 7 years ago

Hi!

You can somehow highlight the "like" button? Now it is lost in a row of other buttons. And if it is allocated, then definitely - will attract attention, and it will be more likely to be harassed.

2 Replies
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi dimbays,

You can use the following CSS selector and write the style, that you'd prefer.

#wpforo #wpforo-wrap .bright .wpforo-like-txt{
/* an example rule, you can write any styles, that you like */
  text-decoration: underline;
}

 You should put the CSS code in Dashboard > Forums > Settings > Styles admin page, in "Custom CSS Code" textarea.  Save it delete all caches, do CTRL+f5 on frontend.

Posts: 50
Topic starter
(@dimbays)
Trusted Member
Joined: 7 years ago

Okay! Thank you!