Notifications
Clear all

wpForo 1.x.x [Closed] Button like

3 Posts
2 Users
0 Reactions
1,752 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: 4900
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 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!