Notifications
Clear all

wpForo 1.x.x Petits icons

4 Posts
3 Users
0 Likes
429 Views
Posts: 7
Topic starter
(@virginie)
Active Member
Joined: 1 year ago

Hello
how do we change the size or the small images please? Thanks

3 Replies
Posts: 3653
Admin
(@chris)
Support Team
Joined: 2 years ago

Hi @virginie,

You can use CSS styling for that, insert the CSS code in Custom CSS Code field from Dashboard > Forums > Settings > Styles Tab.

Then go to Dashboard > Forums > Dashboard, press Delete All Caches.

Reply
Posts: 7
Topic starter
(@virginie)
Active Member
Joined: 1 year ago

Bonsoir, merci beaucoup. Quel code CSS dois-je mettre svp ? Comment dois-je faire pour mettre des nouveau icons. MerciΒ 

Reply
lepalois
Posts: 60
(@lepalois)
Estimable Member
Joined: 1 year ago
#wpforo #wpforo-wrap .wpfl-2 .wpforo-forum-icon {width: 10%; font-size: 3em;}

Β width: 10% to increase the size of the box

font-size: 3em : to increase the image size

Β 

Bon courage πŸ˜‰

Reply