Notifications
Clear all

wpForo 1.x.x [Solved] Changing "like" icon size in Threaded layout only

3 Posts
2 Users
0 Likes
864 Views
JorgeW
Posts: 105
Topic starter
(@jorgew)
Estimable Member
Joined: 5 years ago

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
Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @jorgew,

Please try to add this CSS code: 

#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-like i{
font-size:30px !important;
}
1 Reply
JorgeW
(@jorgew)
Joined: 5 years ago

Estimable Member
Posts: 105

Beautiful !!!

:))