AI Search
Classic Search
Notifications
Clear all
May 15, 2018 12:15 pm
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
May 15, 2018 1:29 pm
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.
May 15, 2018 1:40 pm
Okay! Thank you!