May 02, 2019 2:49 pm
Hi Support
I need to enlarge "like/unlike" icon in topics/replies.
I've applied this CSS custom code in Settings > Styles
#wpforo #wpforo-wrap .wpforo-like i{
font-size:30px !important;
}
#wpforo #wpforo-wrap .wpforo-unlike i{
font-size:30px !important;
}
It seems to work fine but it applies the enlargement to all forum layouts.
Screen-shot-2019-05-02-at-9.37.41-AM.png
-> How can I restrict this enlargement to Threaded layout forums only?
2 Replies
May 02, 2019 4:15 pm
Hi @jorgew,
Please try to add this CSS code:
#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-like i{
font-size:30px !important;
}