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.
May 15, 2018 8:15 am
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 9:29 am
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 9:40 am
Okay! Thank you!