Notifications
Clear all

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.

 

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

3 Posts
2 Users
0 Reactions
1,066 Views
JorgeW
Posts: 107
Topic starter
(@jorgew)
Estimable Member
Joined: 6 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: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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: 6 years ago

Estimable Member
Posts: 107

Beautiful !!!

:))